#DCC5D5

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

Shades of Twilight #DCC5D5

Tints of Twilight #DCC5D5

Color information

#DCC5D5 (or 0xDCC5D5) is unknown color: approx Twilight. HEX triplet: DC, C5 and D5. RGB value is (220,197,213). Sum of RGB (Red+Green+Blue) = 220+197+213=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5D5 is #233A2A. Grayscale: #CDCDCD. Windows color (decimal): -2308651 or 14009820. OLE color: 14009820.

HSL color Cylindrical-coordinate representation of color #DCC5D5: hue angle of 318.26º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC5D5 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220197213-
CMYK00.100.030.14
HSL318.26º24.73%81.76%-
HSV(B)318.26º10.45%86.27%-
XYZ61.4959.9571.28-
YUV205.7132.12138.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 197 (77.34% from 255) = 31.27%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=34.92%
G=31.27%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019721300.100.030.14318.2624.7381.76
HexDCC5D50A3E13e1952
Octal33430532501231647631122
Binary11011100110001011101010101010111110100111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5D5; }

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

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

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

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

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

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

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

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