#D7CCCB

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

Shades of Very Light Grey #D7CCCB

Tints of Very Light Grey #D7CCCB

Color information

#D7CCCB (or 0xD7CCCB) is unknown color: approx Very Light Grey. HEX triplet: D7, CC and CB. RGB value is (215,204,203). Sum of RGB (Red+Green+Blue) = 215+204+203=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCCB is #283334. Grayscale: #CFCFCF. Windows color (decimal): -2634549 or 13356247. OLE color: 13356247.

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

Color convert

RGB215204203-
CMYK00.050.060.16
HSL13.04%81.96%-
HSV(B)5.58%84.31%-
XYZ60.461.9465.27-
YUV207.18125.64133.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.57%
GREEN value IS 204 (80.08% from 255) = 32.80%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=34.57%
G=32.80%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520420300.050.060.16513.0481.96
HexD7CCCB056105d52
Octal32731431305620515122
Binary11010111110011001100101101011101000010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCCB; }

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

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

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

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

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

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

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

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