#D8FAAD

Color #D8FAAD Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D8FAAD

Tints of Reef #D8FAAD

Color information

#D8FAAD (or 0xD8FAAD) is unknown color: approx Reef. HEX triplet: D8, FA and AD. RGB value is (216,250,173). Sum of RGB (Red+Green+Blue) = 216+250+173=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FAAD is #270552. Grayscale: #E7E7E7. Windows color (decimal): -2557267 or 11401944. OLE color: 11401944.

HSL color Cylindrical-coordinate representation of color #D8FAAD: hue angle of 86.49º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8FAAD is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB216250173-
CMYK0.1400.310.02
HSL86.49º88.51%82.94%-
HSV(B)86.49º30.8%98.04%-
XYZ70.0585.9952.44-
YUV231.0695.24117.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 33.80%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 173 (67.97% from 255) = 27.07%
R=33.80%
G=39.12%
B=27.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162501730.1400.310.0286.4988.5182.94
HexD8FAADE01F2565953
Octal330372255160372126131123
Binary110110001111101010101101111001111110101011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FAAD; }

 p { color: rgb(216,250,173); }

 H1.HeaderClassName
 {
   color: #D8FAAD;
 }
 .AnyTagClassName
 {
   color: #D8FAAD;
 }
</style>
background-color css

<style>
 a { background-color: #D8FAAD; }

 a { background-color: rgb(216,250,173); }

 div.DivClassName
 {
   background-color: #D8FAAD;
 }
 .BgClassName
 {
   background-color: #D8FAAD;
 }
</style>
border-color css

<style>
 span { border-color: #D8FAAD; }

 span { border-color: rgb(216,250,173); }

 td.TdClassName
 {
   border-color: #D8FAAD;
 }
 .TagClassName
 {
   border-color: #D8FAAD;
 }
</style>