#D0EEAC

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

Shades of Reef #D0EEAC

Tints of Reef #D0EEAC

Color information

#D0EEAC (or 0xD0EEAC) is unknown color: approx Reef. HEX triplet: D0, EE and AC. RGB value is (208,238,172). Sum of RGB (Red+Green+Blue) = 208+238+172=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEAC is #2F1153. Grayscale: #DDDDDD. Windows color (decimal): -3084628 or 11333328. OLE color: 11333328.

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

Color convert

RGB208238172-
CMYK0.1300.280.07
HSL87.27º66%80.39%-
HSV(B)87.27º27.73%93.33%-
XYZ64.0377.5450.62-
YUV221.51100.06118.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.66%
GREEN value IS 238 (93.36% from 255) = 38.51%
BLUE value IS 172 (67.58% from 255) = 27.83%
R=33.66%
G=38.51%
B=27.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082381720.1300.280.0787.276680.39
HexD0EEACD01C7574250
Octal320356254150347127102120
Binary1101000011101110101011001101011100111101011110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEAC; }

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

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

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

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

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

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

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

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