#DCC0D3

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

Shades of Twilight #DCC0D3

Tints of Twilight #DCC0D3

Color information

#DCC0D3 (or 0xDCC0D3) is unknown color: approx Twilight. HEX triplet: DC, C0 and D3. RGB value is (220,192,211). Sum of RGB (Red+Green+Blue) = 220+192+211=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0D3 is #233F2C. Grayscale: #CACACA. Windows color (decimal): -2309933 or 13877468. OLE color: 13877468.

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

Color convert

RGB220192211-
CMYK00.130.040.14
HSL319.29º28.57%80.78%-
HSV(B)319.29º12.73%86.27%-
XYZ60.1257.6269.58-
YUV202.54132.78140.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 192 (75.39% from 255) = 30.82%
BLUE value IS 211 (82.81% from 255) = 33.87%
R=35.31%
G=30.82%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019221100.130.040.14319.2928.5780.78
HexDCC0D30D4E13f1d51
Octal33430032301541647735121
Binary110111001100000011010011011011001110100111111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0D3; }

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

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

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

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

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

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

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

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