#D6EDB0

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

Shades of Reef #D6EDB0

Tints of Reef #D6EDB0

Color information

#D6EDB0 (or 0xD6EDB0) is unknown color: approx Reef. HEX triplet: D6, ED and B0. RGB value is (214,237,176). Sum of RGB (Red+Green+Blue) = 214+237+176=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 176 (69.14% from 255 or 28.07% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EDB0 is #29124F. Grayscale: #DFDFDF. Windows color (decimal): -2691664 or 11595222. OLE color: 11595222.

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

Color convert

RGB214237176-
CMYK0.1000.260.07
HSL82.62º62.89%80.98%-
HSV(B)82.62º25.74%92.94%-
XYZ65.857852.66-
YUV223.17101.38121.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 176 (69.14% from 255) = 28.07%
R=34.13%
G=37.80%
B=28.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142371760.1000.260.0782.6262.8980.98
HexD6EDB0A01A7533f51
Octal32635526012032712377121
Binary110101101110110110110000101001101011110100111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EDB0; }

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

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

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

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

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

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

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

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