#DCC1CC

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

Shades of Twilight #DCC1CC

Tints of Twilight #DCC1CC

Color information

#DCC1CC (or 0xDCC1CC) is unknown color: approx Twilight. HEX triplet: DC, C1 and CC. RGB value is (220,193,204). Sum of RGB (Red+Green+Blue) = 220+193+204=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1CC is #233E33. Grayscale: #CACACA. Windows color (decimal): -2309684 or 13418972. OLE color: 13418972.

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

Color convert

RGB220193204-
CMYK00.120.070.14
HSL335.56º27.84%80.98%-
HSV(B)335.56º12.27%86.27%-
XYZ59.4857.7265.13-
YUV202.33128.95140.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=35.66%
G=31.28%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019320400.120.070.14335.5627.8480.98
HexDCC1CC0C7E1501c51
Octal33430131401471652034121
Binary110111001100000111001100011001111110101010000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1CC; }

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

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

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

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

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

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

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

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