#D4E1AB

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

Shades of Reef #D4E1AB

Tints of Reef #D4E1AB

Color information

#D4E1AB (or 0xD4E1AB) is unknown color: approx Reef. HEX triplet: D4, E1 and AB. RGB value is (212,225,171). Sum of RGB (Red+Green+Blue) = 212+225+171=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E1AB is #2B1E54. Grayscale: #D7D7D7. Windows color (decimal): -2825813 or 11264468. OLE color: 11264468.

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

Color convert

RGB212225171-
CMYK0.0600.240.12
HSL74.44º47.37%77.65%-
HSV(B)74.44º24%88.24%-
XYZ61.4370.7948.95-
YUV214.96103.19125.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 225 (88.28% from 255) = 37.01%
BLUE value IS 171 (67.19% from 255) = 28.12%
R=34.87%
G=37.01%
B=28.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122251710.0600.240.1274.4447.3777.65
HexD4E1AB6018C4a2f4e
Octal32434125360301411257116
Binary110101001110000110101011110011000110010010101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E1AB; }

 p { color: rgb(212,225,171); }

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

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

 a { background-color: rgb(212,225,171); }

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

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

 span { border-color: rgb(212,225,171); }

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