#D9CBCA

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

Shades of Very Light Grey #D9CBCA

Tints of Very Light Grey #D9CBCA

Color information

#D9CBCA (or 0xD9CBCA) is unknown color: approx Very Light Grey. HEX triplet: D9, CB and CA. RGB value is (217,203,202). Sum of RGB (Red+Green+Blue) = 217+203+202=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBCA is #263435. Grayscale: #CFCFCF. Windows color (decimal): -2503734 or 13290457. OLE color: 13290457.

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

Color convert

RGB217203202-
CMYK00.060.070.15
HSL16.48%82.16%-
HSV(B)6.91%85.1%-
XYZ60.6361.7364.6-
YUV207.07125.14135.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.89%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=34.89%
G=32.64%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720320200.060.070.15416.4882.16
HexD9CBCA067F41052
Octal33131331206717420122
Binary11011001110010111100101001101111111100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBCA; }

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

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

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

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

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

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

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

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