#D4CBCB

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

Shades of Very Light Grey #D4CBCB

Tints of Very Light Grey #D4CBCB

Color information

#D4CBCB (or 0xD4CBCB) is unknown color: approx Very Light Grey. HEX triplet: D4, CB and CB. RGB value is (212,203,203). Sum of RGB (Red+Green+Blue) = 212+203+203=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBCB is #2B3434. Grayscale: #CDCDCD. Windows color (decimal): -2831413 or 13355988. OLE color: 13355988.

HSL color Cylindrical-coordinate representation of color #D4CBCB: hue angle of 0º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CBCB is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB212203203-
CMYK00.040.040.17
HSL9.47%81.37%-
HSV(B)4.25%83.14%-
XYZ59.2961.0265.15-
YUV205.69126.48132.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.30%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=34.30%
G=32.85%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220320300.040.040.1709.4781.37
HexD4CBCB044110951
Octal32431331304421011121
Binary110101001100101111001011010010010001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBCB; }

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

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

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

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

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

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

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

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