#D4EDB1

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

Shades of Reef #D4EDB1

Tints of Reef #D4EDB1

Color information

#D4EDB1 (or 0xD4EDB1) is unknown color: approx Reef. HEX triplet: D4, ED and B1. RGB value is (212,237,177). Sum of RGB (Red+Green+Blue) = 212+237+177=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 177 (69.53% from 255 or 28.27% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EDB1 is #2B124E. Grayscale: #DEDEDE. Windows color (decimal): -2822735 or 11660756. OLE color: 11660756.

HSL color Cylindrical-coordinate representation of color #D4EDB1: hue angle of 85º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4EDB1 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB212237177-
CMYK0.1100.250.07
HSL85º62.5%81.18%-
HSV(B)85º25.32%92.94%-
XYZ65.3777.7453.15-
YUV222.68102.22120.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.87%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 177 (69.53% from 255) = 28.27%
R=33.87%
G=37.86%
B=28.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122371770.1100.250.078562.581.18
HexD4EDB1B0197553e51
Octal32435526113031712576121
Binary110101001110110110110001101101100111110101011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EDB1; }

 p { color: rgb(212,237,177); }

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

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

 a { background-color: rgb(212,237,177); }

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

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

 span { border-color: rgb(212,237,177); }

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