#DBCACA

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

Shades of Very Light Grey #DBCACA

Tints of Very Light Grey #DBCACA

Color information

#DBCACA (or 0xDBCACA) is unknown color: approx Very Light Grey. HEX triplet: DB, CA and CA. RGB value is (219,202,202). Sum of RGB (Red+Green+Blue) = 219+202+202=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCACA is #243535. Grayscale: #CFCFCF. Windows color (decimal): -2372918 or 13290203. OLE color: 13290203.

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

Color convert

RGB219202202-
CMYK00.080.080.14
HSL19.1%82.55%-
HSV(B)7.76%85.88%-
XYZ60.9961.5764.55-
YUV207.08125.13136.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=35.15%
G=32.42%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920220200.080.080.14019.182.55
HexDBCACA088E01353
Octal3333123120101016023123
Binary11011011110010101100101001000100011100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCACA; }

 p { color: rgb(219,202,202); }

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

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

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

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

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

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

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