#D6EBB5

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

Shades of Reef #D6EBB5

Tints of Reef #D6EBB5

Color information

#D6EBB5 (or 0xD6EBB5) is unknown color: approx Reef. HEX triplet: D6, EB and B5. RGB value is (214,235,181). Sum of RGB (Red+Green+Blue) = 214+235+181=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBB5 is #29144A. Grayscale: #DEDEDE. Windows color (decimal): -2692171 or 11922390. OLE color: 11922390.

HSL color Cylindrical-coordinate representation of color #D6EBB5: hue angle of 83.33º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6EBB5 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB214235181-
CMYK0.0900.230.08
HSL83.33º57.45%81.57%-
HSV(B)83.33º22.98%92.16%-
XYZ65.7877.0555.12-
YUV222.56104.54121.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.97%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 181 (71.09% from 255) = 28.73%
R=33.97%
G=37.30%
B=28.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142351810.0900.230.0883.3357.4581.57
HexD6EBB590178533952
Octal326353265110271012371122
Binary1101011011101011101101011001010111100010100111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBB5; }

 p { color: rgb(214,235,181); }

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

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

 a { background-color: rgb(214,235,181); }

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

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

 span { border-color: rgb(214,235,181); }

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