#DBCACC

Color #DBCACC Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #DBCACC

Tints of Prim #DBCACC

Color information

#DBCACC (or 0xDBCACC) is unknown color: approx Prim. HEX triplet: DB, CA and CC. RGB value is (219,202,204). Sum of RGB (Red+Green+Blue) = 219+202+204=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCACC is #243533. Grayscale: #CFCFCF. Windows color (decimal): -2372916 or 13421275. OLE color: 13421275.

HSL color Cylindrical-coordinate representation of color #DBCACC: hue angle of 352.94º 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 #DBCACC is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219202204-
CMYK00.080.070.14
HSL352.94º19.1%82.55%-
HSV(B)352.94º7.76%85.88%-
XYZ61.2361.6665.8-
YUV207.31126.13136.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=35.04%
G=32.32%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920220400.080.070.14352.9419.182.55
HexDBCACC087E1611353
Octal33331231401071654123123
Binary110110111100101011001100010001111110101100001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCACC; }

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

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

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

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

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

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

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

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