#D6D6CB

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

Shades of Green White #D6D6CB

Tints of Green White #D6D6CB

Color information

#D6D6CB (or 0xD6D6CB) is unknown color: approx Green White. HEX triplet: D6, D6 and CB. RGB value is (214,214,203). Sum of RGB (Red+Green+Blue) = 214+214+203=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D6CB is #292934. Grayscale: #D4D4D4. Windows color (decimal): -2697525 or 13358806. OLE color: 13358806.

HSL color Cylindrical-coordinate representation of color #D6D6CB: hue angle of 60º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6D6CB is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214214203-
CMYK000.050.16
HSL60º11.83%81.76%-
HSV(B)60º5.14%83.92%-
XYZ62.5666.766.08-
YUV212.75122.5128.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 214 (83.98% from 255) = 33.91%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=33.91%
G=33.91%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214214203000.050.166011.8381.76
HexD6D6CB005103cc52
Octal326326313005207414122
Binary110101101101011011001011001011000011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D6CB; }

 p { color: rgb(214,214,203); }

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

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

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

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

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

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

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