#DCCACC

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

Shades of Prim #DCCACC

Tints of Prim #DCCACC

Color information

#DCCACC (or 0xDCCACC) is unknown color: approx Prim. HEX triplet: DC, CA and CC. RGB value is (220,202,204). Sum of RGB (Red+Green+Blue) = 220+202+204=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCACC is #233533. Grayscale: #CFCFCF. Windows color (decimal): -2307380 or 13421276. OLE color: 13421276.

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

Color convert

RGB220202204-
CMYK00.080.070.14
HSL353.33º20.45%82.75%-
HSV(B)353.33º8.18%86.27%-
XYZ61.5361.8265.82-
YUV207.61125.96136.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=35.14%
G=32.27%
B=32.59%

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
Decimal22020220400.080.070.14353.3320.4582.75
HexDCCACC087E1611453
Octal33431231401071654124123
Binary110111001100101011001100010001111110101100001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCACC; }

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

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

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

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

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

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

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

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