#D3EDB0

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

Shades of Reef #D3EDB0

Tints of Reef #D3EDB0

Color information

#D3EDB0 (or 0xD3EDB0) is unknown color: approx Reef. HEX triplet: D3, ED and B0. RGB value is (211,237,176). Sum of RGB (Red+Green+Blue) = 211+237+176=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EDB0 is #2C124F. Grayscale: #DEDEDE. Windows color (decimal): -2888272 or 11595219. OLE color: 11595219.

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

Color convert

RGB211237176-
CMYK0.1100.260.07
HSL85.57º62.89%80.98%-
HSV(B)85.57º25.74%92.94%-
XYZ64.9877.5552.62-
YUV222.27101.89119.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.81%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 176 (69.14% from 255) = 28.21%
R=33.81%
G=37.98%
B=28.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112371760.1100.260.0785.5762.8980.98
HexD3EDB0B01A7563f51
Octal32335526013032712677121
Binary110100111110110110110000101101101011110101101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EDB0; }

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

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

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

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

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

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

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

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