#D0EEAF

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

Shades of Reef #D0EEAF

Tints of Reef #D0EEAF

Color information

#D0EEAF (or 0xD0EEAF) is unknown color: approx Reef. HEX triplet: D0, EE and AF. RGB value is (208,238,175). Sum of RGB (Red+Green+Blue) = 208+238+175=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEAF is #2F1150. Grayscale: #DEDEDE. Windows color (decimal): -3084625 or 11529936. OLE color: 11529936.

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

Color convert

RGB208238175-
CMYK0.1300.260.07
HSL88.57º64.95%80.98%-
HSV(B)88.57º26.47%93.33%-
XYZ64.3277.6552.16-
YUV221.85101.56118.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.49%
GREEN value IS 238 (93.36% from 255) = 38.33%
BLUE value IS 175 (68.75% from 255) = 28.18%
R=33.49%
G=38.33%
B=28.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082381750.1300.260.0788.5764.9580.98
HexD0EEAFD01A7594151
Octal320356257150327131101121
Binary1101000011101110101011111101011010111101100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEAF; }

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

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

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

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

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

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

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

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