#DCC1CE

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

Shades of Twilight #DCC1CE

Tints of Twilight #DCC1CE

Color information

#DCC1CE (or 0xDCC1CE) is unknown color: approx Twilight. HEX triplet: DC, C1 and CE. RGB value is (220,193,206). Sum of RGB (Red+Green+Blue) = 220+193+206=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1CE is #233E31. Grayscale: #CACACA. Windows color (decimal): -2309682 or 13550044. OLE color: 13550044.

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

Color convert

RGB220193206-
CMYK00.120.060.14
HSL331.11º27.84%80.98%-
HSV(B)331.11º12.27%86.27%-
XYZ59.7357.8166.4-
YUV202.56129.95140.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 193 (75.78% from 255) = 31.18%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=35.54%
G=31.18%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019320600.120.060.14331.1127.8480.98
HexDCC1CE0C6E14b1c51
Octal33430131601461651334121
Binary110111001100000111001110011001101110101001011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1CE; }

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

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

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

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

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

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

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

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