#D0EDAF

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

Shades of Reef #D0EDAF

Tints of Reef #D0EDAF

Color information

#D0EDAF (or 0xD0EDAF) is unknown color: approx Reef. HEX triplet: D0, ED and AF. RGB value is (208,237,175). Sum of RGB (Red+Green+Blue) = 208+237+175=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EDAF is #2F1250. Grayscale: #DDDDDD. Windows color (decimal): -3084881 or 11529680. OLE color: 11529680.

HSL color Cylindrical-coordinate representation of color #D0EDAF: hue angle of 88.06º 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 #D0EDAF is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB208237175-
CMYK0.1200.260.07
HSL88.06º63.27%80.78%-
HSV(B)88.06º26.16%92.94%-
XYZ64.0377.0752.06-
YUV221.26101.89118.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.55%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=33.55%
G=38.23%
B=28.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082371750.1200.260.0788.0663.2780.78
HexD0EDAFC01A7583f51
Octal32035525714032713077121
Binary110100001110110110101111110001101011110110001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EDAF; }

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

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

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

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

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

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

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

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