#D2E8AB

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

Shades of Reef #D2E8AB

Tints of Reef #D2E8AB

Color information

#D2E8AB (or 0xD2E8AB) is unknown color: approx Reef. HEX triplet: D2, E8 and AB. RGB value is (210,232,171). Sum of RGB (Red+Green+Blue) = 210+232+171=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E8AB is #2D1754. Grayscale: #DADADA. Windows color (decimal): -2955093 or 11266258. OLE color: 11266258.

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

Color convert

RGB210232171-
CMYK0.0900.260.09
HSL81.64º57.01%79.02%-
HSV(B)81.64º26.29%90.98%-
XYZ62.7974.3649.57-
YUV218.47101.21121.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 171 (67.19% from 255) = 27.90%
R=34.26%
G=37.85%
B=27.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102321710.0900.260.0981.6457.0179.02
HexD2E8AB901A952394f
Octal322350253110321112271117
Binary1101001011101000101010111001011010100110100101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E8AB; }

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

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

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

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

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

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

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

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