#DCC9D5

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

Shades of Twilight #DCC9D5

Tints of Twilight #DCC9D5

Color information

#DCC9D5 (or 0xDCC9D5) is unknown color: approx Twilight. HEX triplet: DC, C9 and D5. RGB value is (220,201,213). Sum of RGB (Red+Green+Blue) = 220+201+213=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9D5 is #23362A. Grayscale: #D0D0D0. Windows color (decimal): -2307627 or 14010844. OLE color: 14010844.

HSL color Cylindrical-coordinate representation of color #DCC9D5: hue angle of 322.11º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC9D5 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220201213-
CMYK00.090.030.14
HSL322.11º21.35%82.55%-
HSV(B)322.11º8.64%86.27%-
XYZ62.4161.7971.59-
YUV208.05130.79136.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 201 (78.91% from 255) = 31.70%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=34.70%
G=31.70%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020121300.090.030.14322.1121.3582.55
HexDCC9D5093E1421553
Octal33431132501131650225123
Binary11011100110010011101010101001111110101000010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9D5; }

 p { color: rgb(220,201,213); }

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

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

 a { background-color: rgb(220,201,213); }

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

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

 span { border-color: rgb(220,201,213); }

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