#D2EAAB

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

Shades of Reef #D2EAAB

Tints of Reef #D2EAAB

Color information

#D2EAAB (or 0xD2EAAB) is unknown color: approx Reef. HEX triplet: D2, EA and AB. RGB value is (210,234,171). Sum of RGB (Red+Green+Blue) = 210+234+171=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EAAB is #2D1554. Grayscale: #DBDBDB. Windows color (decimal): -2954581 or 11266770. OLE color: 11266770.

HSL color Cylindrical-coordinate representation of color #D2EAAB: hue angle of 82.86º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2EAAB is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB210234171-
CMYK0.1000.270.08
HSL82.86º60%79.41%-
HSV(B)82.86º26.92%91.76%-
XYZ63.3575.4949.76-
YUV219.64100.55121.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.15%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 171 (67.19% from 255) = 27.80%
R=34.15%
G=38.05%
B=27.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102341710.1000.270.0882.866079.41
HexD2EAABA01B8533c4f
Octal322352253120331012374117
Binary1101001011101010101010111010011011100010100111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EAAB; }

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

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

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

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

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

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

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

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