#D0EDA9

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

Shades of Reef #D0EDA9

Tints of Reef #D0EDA9

Color information

#D0EDA9 (or 0xD0EDA9) is unknown color: approx Reef. HEX triplet: D0, ED and A9. RGB value is (208,237,169). Sum of RGB (Red+Green+Blue) = 208+237+169=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 169 (66.41% from 255 or 27.52% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EDA9 is #2F1256. Grayscale: #DCDCDC. Windows color (decimal): -3084887 or 11136464. OLE color: 11136464.

HSL color Cylindrical-coordinate representation of color #D0EDA9: hue angle of 85.59º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0EDA9 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB208237169-
CMYK0.1200.290.07
HSL85.59º65.38%79.61%-
HSV(B)85.59º28.69%92.94%-
XYZ63.4676.8449.02-
YUV220.5898.89119.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 237 (92.97% from 255) = 38.60%
BLUE value IS 169 (66.41% from 255) = 27.52%
R=33.88%
G=38.60%
B=27.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082371690.1200.290.0785.5965.3879.61
HexD0EDA9C01D7564150
Octal320355251140357126101120
Binary1101000011101101101010011100011101111101011010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EDA9; }

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

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

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

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

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

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

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

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