#DCC1CD

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

Shades of Twilight #DCC1CD

Tints of Twilight #DCC1CD

Color information

#DCC1CD (or 0xDCC1CD) is unknown color: approx Twilight. HEX triplet: DC, C1 and CD. RGB value is (220,193,205). Sum of RGB (Red+Green+Blue) = 220+193+205=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1CD is #233E32. Grayscale: #CACACA. Windows color (decimal): -2309683 or 13484508. OLE color: 13484508.

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

Color convert

RGB220193205-
CMYK00.120.070.14
HSL333.33º27.84%80.98%-
HSV(B)333.33º12.27%86.27%-
XYZ59.657.7665.77-
YUV202.44129.45140.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 193 (75.78% from 255) = 31.23%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=35.60%
G=31.23%
B=33.17%

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
Decimal22019320500.120.070.14333.3327.8480.98
HexDCC1CD0C7E14d1c51
Octal33430131501471651534121
Binary110111001100000111001101011001111110101001101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1CD; }

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

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

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

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

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

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

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

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