#D0EEA4

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

Shades of Reef #D0EEA4

Tints of Reef #D0EEA4

Color information

#D0EEA4 (or 0xD0EEA4) is unknown color: approx Reef. HEX triplet: D0, EE and A4. RGB value is (208,238,164). Sum of RGB (Red+Green+Blue) = 208+238+164=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 164 (64.45% from 255 or 26.89% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEA4 is #2F115B. Grayscale: #DCDCDC. Windows color (decimal): -3084636 or 10809040. OLE color: 10809040.

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

Color convert

RGB208238164-
CMYK0.1300.310.07
HSL84.32º68.52%78.82%-
HSV(B)84.32º31.09%93.33%-
XYZ63.2977.2446.7-
YUV220.5996.06119.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.10%
GREEN value IS 238 (93.36% from 255) = 39.02%
BLUE value IS 164 (64.45% from 255) = 26.89%
R=34.10%
G=39.02%
B=26.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082381640.1300.310.0784.3268.5278.82
HexD0EEA4D01F754454f
Octal320356244150377124105117
Binary1101000011101110101001001101011111111101010010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEA4; }

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

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

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

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

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

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

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

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