#DCC4CC

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

Shades of Prim #DCC4CC

Tints of Prim #DCC4CC

Color information

#DCC4CC (or 0xDCC4CC) is unknown color: approx Prim. HEX triplet: DC, C4 and CC. RGB value is (220,196,204). Sum of RGB (Red+Green+Blue) = 220+196+204=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4CC is #233B33. Grayscale: #CCCCCC. Windows color (decimal): -2308916 or 13419740. OLE color: 13419740.

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

Color convert

RGB220196204-
CMYK00.110.070.14
HSL340º25.53%81.57%-
HSV(B)340º10.91%86.27%-
XYZ60.1559.0665.36-
YUV204.09127.95139.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 196 (76.95% from 255) = 31.61%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=35.48%
G=31.61%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019620400.110.070.1434025.5381.57
HexDCC4CC0B7E1541a52
Octal33430431401371652432122
Binary110111001100010011001100010111111110101010100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4CC; }

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

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

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

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

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

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

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

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