#D0EEAD

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

Shades of Reef #D0EEAD

Tints of Reef #D0EEAD

Color information

#D0EEAD (or 0xD0EEAD) is unknown color: approx Reef. HEX triplet: D0, EE and AD. RGB value is (208,238,173). Sum of RGB (Red+Green+Blue) = 208+238+173=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEAD is #2F1152. Grayscale: #DDDDDD. Windows color (decimal): -3084627 or 11398864. OLE color: 11398864.

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

Color convert

RGB208238173-
CMYK0.1300.270.07
HSL87.69º65.66%80.59%-
HSV(B)87.69º27.31%93.33%-
XYZ64.1377.5851.13-
YUV221.62100.56118.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=33.60%
G=38.45%
B=27.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082381730.1300.270.0787.6965.6680.59
HexD0EEADD01B7584251
Octal320356255150337130102121
Binary1101000011101110101011011101011011111101100010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEAD; }

 p { color: rgb(208,238,173); }

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

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

 a { background-color: rgb(208,238,173); }

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

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

 span { border-color: rgb(208,238,173); }

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