#D8FAAE

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

Shades of Reef #D8FAAE

Tints of Reef #D8FAAE

Color information

#D8FAAE (or 0xD8FAAE) is unknown color: approx Reef. HEX triplet: D8, FA and AE. RGB value is (216,250,174). Sum of RGB (Red+Green+Blue) = 216+250+174=640 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.75% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FAAE is #270551. Grayscale: #E7E7E7. Windows color (decimal): -2557266 or 11467480. OLE color: 11467480.

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

Color convert

RGB216250174-
CMYK0.1400.300.02
HSL86.84º88.37%83.14%-
HSV(B)86.84º30.4%98.04%-
XYZ70.1486.0352.95-
YUV231.1795.74117.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.75%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 174 (68.36% from 255) = 27.19%
R=33.75%
G=39.06%
B=27.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162501740.1400.300.0286.8488.3783.14
HexD8FAAEE01E2575853
Octal330372256160362127130123
Binary110110001111101010101110111001111010101011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FAAE; }

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

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

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

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

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

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

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

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