#D6CCCB

Color #D6CCCB Very Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Light Grey #D6CCCB

Tints of Very Light Grey #D6CCCB

Color information

#D6CCCB (or 0xD6CCCB) is unknown color: approx Very Light Grey. HEX triplet: D6, CC and CB. RGB value is (214,204,203). Sum of RGB (Red+Green+Blue) = 214+204+203=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCCB is #293334. Grayscale: #CECECE. Windows color (decimal): -2700085 or 13356246. OLE color: 13356246.

HSL color Cylindrical-coordinate representation of color #D6CCCB: hue angle of 5.45º 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 #D6CCCB is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214204203-
CMYK00.050.050.16
HSL5.45º11.83%81.76%-
HSV(B)5.45º5.14%83.92%-
XYZ60.161.7965.26-
YUV206.88125.81133.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.46%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=34.46%
G=32.85%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420420300.050.050.165.4511.8381.76
HexD6CCCB055105c52
Octal32631431305520514122
Binary11010110110011001100101101011011000010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCCB; }

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

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

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

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

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

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

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

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