#DCC9D2

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

Shades of Twilight #DCC9D2

Tints of Twilight #DCC9D2

Color information

#DCC9D2 (or 0xDCC9D2) is unknown color: approx Twilight. HEX triplet: DC, C9 and D2. RGB value is (220,201,210). Sum of RGB (Red+Green+Blue) = 220+201+210=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9D2 is #23362D. Grayscale: #CFCFCF. Windows color (decimal): -2307630 or 13814236. OLE color: 13814236.

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

Color convert

RGB220201210-
CMYK00.090.050.14
HSL331.58º21.35%82.55%-
HSV(B)331.58º8.64%86.27%-
XYZ62.0361.6469.6-
YUV207.71129.29136.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 201 (78.91% from 255) = 31.85%
BLUE value IS 210 (82.42% from 255) = 33.28%
R=34.87%
G=31.85%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020121000.090.050.14331.5821.3582.55
HexDCC9D2095E14c1553
Octal33431132201151651425123
Binary110111001100100111010010010011011110101001100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9D2; }

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

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

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

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

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

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

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

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