#DCCCD5

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

Shades of Twilight #DCCCD5

Tints of Twilight #DCCCD5

Color information

#DCCCD5 (or 0xDCCCD5) is unknown color: approx Twilight. HEX triplet: DC, CC and D5. RGB value is (220,204,213). Sum of RGB (Red+Green+Blue) = 220+204+213=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCD5 is #23332A. Grayscale: #D1D1D1. Windows color (decimal): -2306859 or 14011612. OLE color: 14011612.

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

Color convert

RGB220204213-
CMYK00.070.030.14
HSL326.25º18.6%83.14%-
HSV(B)326.25º7.27%86.27%-
XYZ63.1263.2171.82-
YUV209.81129.8135.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=34.54%
G=32.03%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020421300.070.030.14326.2518.683.14
HexDCCCD5073E1461353
Octal3343143250731650623123
Binary1101110011001100110101010111111110101000110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCD5; }

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

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

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

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

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

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

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

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