#D8EDAF

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

Shades of Reef #D8EDAF

Tints of Reef #D8EDAF

Color information

#D8EDAF (or 0xD8EDAF) is unknown color: approx Reef. HEX triplet: D8, ED and AF. RGB value is (216,237,175). Sum of RGB (Red+Green+Blue) = 216+237+175=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EDAF is #271250. Grayscale: #DFDFDF. Windows color (decimal): -2560593 or 11529688. OLE color: 11529688.

HSL color Cylindrical-coordinate representation of color #D8EDAF: hue angle of 80.32º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8EDAF is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB216237175-
CMYK0.0900.260.07
HSL80.32º63.27%80.78%-
HSV(B)80.32º26.16%92.94%-
XYZ66.3478.2652.17-
YUV223.65100.54122.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.39%
GREEN value IS 237 (92.97% from 255) = 37.74%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=34.39%
G=37.74%
B=27.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162371750.0900.260.0780.3263.2780.78
HexD8EDAF901A7503f51
Octal33035525711032712077121
Binary110110001110110110101111100101101011110100001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EDAF; }

 p { color: rgb(216,237,175); }

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

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

 a { background-color: rgb(216,237,175); }

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

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

 span { border-color: rgb(216,237,175); }

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