#D3EDB2

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

Shades of Reef #D3EDB2

Tints of Reef #D3EDB2

Color information

#D3EDB2 (or 0xD3EDB2) is unknown color: approx Reef. HEX triplet: D3, ED and B2. RGB value is (211,237,178). Sum of RGB (Red+Green+Blue) = 211+237+178=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EDB2 is #2C124D. Grayscale: #DEDEDE. Windows color (decimal): -2888270 or 11726291. OLE color: 11726291.

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

Color convert

RGB211237178-
CMYK0.1100.250.07
HSL86.44º62.11%81.37%-
HSV(B)86.44º24.89%92.94%-
XYZ65.1877.6353.67-
YUV222.5102.89119.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.71%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 178 (69.92% from 255) = 28.43%
R=33.71%
G=37.86%
B=28.43%

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
Decimal2112371780.1100.250.0786.4462.1181.37
HexD3EDB2B0197563e51
Octal32335526213031712676121
Binary110100111110110110110010101101100111110101101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EDB2; }

 p { color: rgb(211,237,178); }

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

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

 a { background-color: rgb(211,237,178); }

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

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

 span { border-color: rgb(211,237,178); }

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