#D0E8AD

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

Shades of Reef #D0E8AD

Tints of Reef #D0E8AD

Color information

#D0E8AD (or 0xD0E8AD) is unknown color: approx Reef. HEX triplet: D0, E8 and AD. RGB value is (208,232,173). Sum of RGB (Red+Green+Blue) = 208+232+173=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E8AD is #2F1752. Grayscale: #DADADA. Windows color (decimal): -3086163 or 11397328. OLE color: 11397328.

HSL color Cylindrical-coordinate representation of color #D0E8AD: hue angle of 84.41º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0E8AD is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB208232173-
CMYK0.1000.250.09
HSL84.41º56.19%79.41%-
HSV(B)84.41º25.43%90.98%-
XYZ62.4174.1450.56-
YUV218.1102.55120.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=33.93%
G=37.85%
B=28.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082321730.1000.250.0984.4156.1979.41
HexD0E8ADA019954384f
Octal320350255120311112470117
Binary1101000011101000101011011010011001100110101001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E8AD; }

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

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

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

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

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

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

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

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