#DCC9CD

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

Shades of Prim #DCC9CD

Tints of Prim #DCC9CD

Color information

#DCC9CD (or 0xDCC9CD) is unknown color: approx Prim. HEX triplet: DC, C9 and CD. RGB value is (220,201,205). Sum of RGB (Red+Green+Blue) = 220+201+205=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9CD is #233632. Grayscale: #CFCFCF. Windows color (decimal): -2307635 or 13486556. OLE color: 13486556.

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

Color convert

RGB220201205-
CMYK00.090.070.14
HSL347.37º21.35%82.55%-
HSV(B)347.37º8.64%86.27%-
XYZ61.4261.466.37-
YUV207.14126.79137.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 201 (78.91% from 255) = 32.11%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=35.14%
G=32.11%
B=32.75%

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
Decimal22020120500.090.070.14347.3721.3582.55
HexDCC9CD097E15b1553
Octal33431131501171653325123
Binary110111001100100111001101010011111110101011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9CD; }

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

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

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

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

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

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

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

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