#D2E8A4

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

Shades of Reef #D2E8A4

Tints of Reef #D2E8A4

Color information

#D2E8A4 (or 0xD2E8A4) is unknown color: approx Reef. HEX triplet: D2, E8 and A4. RGB value is (210,232,164). Sum of RGB (Red+Green+Blue) = 210+232+164=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E8A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E8A4 is #2D175B. Grayscale: #D9D9D9. Windows color (decimal): -2955100 or 10807506. OLE color: 10807506.

HSL color Cylindrical-coordinate representation of color #D2E8A4: hue angle of 79.41º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2E8A4 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB210232164-
CMYK0.0900.290.09
HSL79.41º59.65%77.65%-
HSV(B)79.41º29.31%90.98%-
XYZ62.1474.146.15-
YUV217.6797.71122.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.65%
GREEN value IS 232 (91.02% from 255) = 38.28%
BLUE value IS 164 (64.45% from 255) = 27.06%
R=34.65%
G=38.28%
B=27.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102321640.0900.290.0979.4159.6577.65
HexD2E8A4901D94f3c4e
Octal322350244110351111774116
Binary1101001011101000101001001001011101100110011111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E8A4; }

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

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

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

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

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

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

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

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