#D4E1B0

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

Shades of Reef #D4E1B0

Tints of Reef #D4E1B0

Color information

#D4E1B0 (or 0xD4E1B0) is unknown color: approx Reef. HEX triplet: D4, E1 and B0. RGB value is (212,225,176). Sum of RGB (Red+Green+Blue) = 212+225+176=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E1B0 is #2B1E4F. Grayscale: #D7D7D7. Windows color (decimal): -2825808 or 11592148. OLE color: 11592148.

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

Color convert

RGB212225176-
CMYK0.0600.220.12
HSL75.92º44.95%78.63%-
HSV(B)75.92º21.78%88.24%-
XYZ61.9170.9851.51-
YUV215.53105.69125.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.58%
GREEN value IS 225 (88.28% from 255) = 36.70%
BLUE value IS 176 (69.14% from 255) = 28.71%
R=34.58%
G=36.70%
B=28.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122251760.0600.220.1275.9244.9578.63
HexD4E1B06016C4c2d4f
Octal32434126060261411455117
Binary110101001110000110110000110010110110010011001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E1B0; }

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

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

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

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

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

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

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

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