#D9CBCB

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

Shades of Very Light Grey #D9CBCB

Tints of Very Light Grey #D9CBCB

Color information

#D9CBCB (or 0xD9CBCB) is unknown color: approx Very Light Grey. HEX triplet: D9, CB and CB. RGB value is (217,203,203). Sum of RGB (Red+Green+Blue) = 217+203+203=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBCB is #263434. Grayscale: #CFCFCF. Windows color (decimal): -2503733 or 13355993. OLE color: 13355993.

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

Color convert

RGB217203203-
CMYK00.060.060.15
HSL15.56%82.35%-
HSV(B)6.45%85.1%-
XYZ60.7561.7865.22-
YUV207.19125.64135-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.83%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=34.83%
G=32.58%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720320300.060.060.15015.5682.35
HexD9CBCB066F01052
Octal33131331306617020122
Binary110110011100101111001011011011011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBCB; }

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

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

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

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

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

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

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

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