#DCC8CC

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

Shades of Prim #DCC8CC

Tints of Prim #DCC8CC

Color information

#DCC8CC (or 0xDCC8CC) is unknown color: approx Prim. HEX triplet: DC, C8 and CC. RGB value is (220,200,204). Sum of RGB (Red+Green+Blue) = 220+200+204=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8CC is #233733. Grayscale: #CECECE. Windows color (decimal): -2307892 or 13420764. OLE color: 13420764.

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

Color convert

RGB220200204-
CMYK00.090.070.14
HSL348º22.22%82.35%-
HSV(B)348º9.09%86.27%-
XYZ61.0760.8865.66-
YUV206.44126.63137.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=35.26%
G=32.05%
B=32.69%

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
Decimal22020020400.090.070.1434822.2282.35
HexDCC8CC097E15c1652
Octal33431031401171653426122
Binary110111001100100011001100010011111110101011100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8CC; }

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

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

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

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

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

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

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

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