#D4E5B0

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

Shades of Reef #D4E5B0

Tints of Reef #D4E5B0

Color information

#D4E5B0 (or 0xD4E5B0) is unknown color: approx Reef. HEX triplet: D4, E5 and B0. RGB value is (212,229,176). Sum of RGB (Red+Green+Blue) = 212+229+176=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E5B0 is #2B1A4F. Grayscale: #DADADA. Windows color (decimal): -2824784 or 11593172. OLE color: 11593172.

HSL color Cylindrical-coordinate representation of color #D4E5B0: hue angle of 79.25º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4E5B0 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB212229176-
CMYK0.0700.230.10
HSL79.25º50.48%79.41%-
HSV(B)79.25º23.14%89.8%-
XYZ63.0173.1751.88-
YUV217.88104.37123.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 229 (89.84% from 255) = 37.12%
BLUE value IS 176 (69.14% from 255) = 28.53%
R=34.36%
G=37.12%
B=28.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2122291760.0700.230.1079.2550.4879.41
HexD4E5B07017A4f324f
Octal32434526070271211762117
Binary110101001110010110110000111010111101010011111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E5B0; }

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

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

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

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

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

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

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

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