#D2E0A4

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

Shades of Reef #D2E0A4

Tints of Reef #D2E0A4

Color information

#D2E0A4 (or 0xD2E0A4) is unknown color: approx Reef. HEX triplet: D2, E0 and A4. RGB value is (210,224,164). Sum of RGB (Red+Green+Blue) = 210+224+164=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E0A4 is #2D1F5B. Grayscale: #D5D5D5. Windows color (decimal): -2957148 or 10805458. OLE color: 10805458.

HSL color Cylindrical-coordinate representation of color #D2E0A4: hue angle of 74º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2E0A4 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB210224164-
CMYK0.0600.270.12
HSL74º49.18%76.08%-
HSV(B)74º26.79%87.84%-
XYZ59.9369.6945.42-
YUV212.97100.36125.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 164 (64.45% from 255) = 27.42%
R=35.12%
G=37.46%
B=27.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102241640.0600.270.127449.1876.08
HexD2E0A4601BC4a314c
Octal32234024460331411261114
Binary110100101110000010100100110011011110010010101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E0A4; }

 p { color: rgb(210,224,164); }

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

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

 a { background-color: rgb(210,224,164); }

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

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

 span { border-color: rgb(210,224,164); }

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