#DCC0CE

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

Shades of Twilight #DCC0CE

Tints of Twilight #DCC0CE

Color information

#DCC0CE (or 0xDCC0CE) is unknown color: approx Twilight. HEX triplet: DC, C0 and CE. RGB value is (220,192,206). Sum of RGB (Red+Green+Blue) = 220+192+206=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0CE is #233F31. Grayscale: #C9C9C9. Windows color (decimal): -2309938 or 13549788. OLE color: 13549788.

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

Color convert

RGB220192206-
CMYK00.130.060.14
HSL330º28.57%80.78%-
HSV(B)330º12.73%86.27%-
XYZ59.5157.3766.33-
YUV201.97130.28140.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 192 (75.39% from 255) = 31.07%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=35.60%
G=31.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019220600.130.060.1433028.5780.78
HexDCC0CE0D6E14a1d51
Octal33430031601561651235121
Binary110111001100000011001110011011101110101001010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0CE; }

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

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

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

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

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

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

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

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