#DCC9CC

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

Shades of Prim #DCC9CC

Tints of Prim #DCC9CC

Color information

#DCC9CC (or 0xDCC9CC) is unknown color: approx Prim. HEX triplet: DC, C9 and CC. RGB value is (220,201,204). Sum of RGB (Red+Green+Blue) = 220+201+204=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9CC is #233633. Grayscale: #CFCFCF. Windows color (decimal): -2307636 or 13421020. OLE color: 13421020.

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

Color convert

RGB220201204-
CMYK00.090.070.14
HSL350.53º21.35%82.55%-
HSV(B)350.53º8.64%86.27%-
XYZ61.361.3565.74-
YUV207.02126.29137.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=35.2%
G=32.16%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020120400.090.070.14350.5321.3582.55
HexDCC9CC097E15f1553
Octal33431131401171653725123
Binary110111001100100111001100010011111110101011111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9CC; }

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

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

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

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

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

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

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

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