#D1EAAB

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

Shades of Reef #D1EAAB

Tints of Reef #D1EAAB

Color information

#D1EAAB (or 0xD1EAAB) is unknown color: approx Reef. HEX triplet: D1, EA and AB. RGB value is (209,234,171). Sum of RGB (Red+Green+Blue) = 209+234+171=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EAAB is #2E1554. Grayscale: #DBDBDB. Windows color (decimal): -3020117 or 11266769. OLE color: 11266769.

HSL color Cylindrical-coordinate representation of color #D1EAAB: hue angle of 83.81º 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 #D1EAAB is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB209234171-
CMYK0.1100.270.08
HSL83.81º60%79.41%-
HSV(B)83.81º26.92%91.76%-
XYZ63.0775.3449.75-
YUV219.34100.72120.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.04%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 171 (67.19% from 255) = 27.85%
R=34.04%
G=38.11%
B=27.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092341710.1100.270.0883.816079.41
HexD1EAABB01B8543c4f
Octal321352253130331012474117
Binary1101000111101010101010111011011011100010101001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EAAB; }

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

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

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

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

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

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

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

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