#D6EEB5

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

Shades of Reef #D6EEB5

Tints of Reef #D6EEB5

Color information

#D6EEB5 (or 0xD6EEB5) is unknown color: approx Reef. HEX triplet: D6, EE and B5. RGB value is (214,238,181). Sum of RGB (Red+Green+Blue) = 214+238+181=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EEB5 is #29114A. Grayscale: #E0E0E0. Windows color (decimal): -2691403 or 11923158. OLE color: 11923158.

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

Color convert

RGB214238181-
CMYK0.1000.240.07
HSL85.26º62.64%82.16%-
HSV(B)85.26º23.95%93.33%-
XYZ66.6578.7855.41-
YUV224.33103.55120.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 181 (71.09% from 255) = 28.59%
R=33.81%
G=37.60%
B=28.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142381810.1000.240.0785.2662.6482.16
HexD6EEB5A0187553f52
Octal32635626512030712577122
Binary110101101110111010110101101001100011110101011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEB5; }

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

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

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

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

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

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

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

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