#DCC5D3

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

Shades of Twilight #DCC5D3

Tints of Twilight #DCC5D3

Color information

#DCC5D3 (or 0xDCC5D3) is unknown color: approx Twilight. HEX triplet: DC, C5 and D3. RGB value is (220,197,211). Sum of RGB (Red+Green+Blue) = 220+197+211=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5D3 is #233A2C. Grayscale: #CDCDCD. Windows color (decimal): -2308653 or 13878748. OLE color: 13878748.

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

Color convert

RGB220197211-
CMYK00.100.040.14
HSL323.48º24.73%81.76%-
HSV(B)323.48º10.45%86.27%-
XYZ61.2459.8569.95-
YUV205.47131.12138.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 211 (82.81% from 255) = 33.60%
R=35.03%
G=31.37%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019721100.100.040.14323.4824.7381.76
HexDCC5D30A4E1431952
Octal33430532301241650331122
Binary110111001100010111010011010101001110101000011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5D3; }

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

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

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

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

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

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

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

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