#DCCBD5

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

Shades of Twilight #DCCBD5

Tints of Twilight #DCCBD5

Color information

#DCCBD5 (or 0xDCCBD5) is unknown color: approx Twilight. HEX triplet: DC, CB and D5. RGB value is (220,203,213). Sum of RGB (Red+Green+Blue) = 220+203+213=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBD5 is #23342A. Grayscale: #D1D1D1. Windows color (decimal): -2307115 or 14011356. OLE color: 14011356.

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

Color convert

RGB220203213-
CMYK00.080.030.14
HSL324.71º19.54%82.94%-
HSV(B)324.71º7.73%86.27%-
XYZ62.8862.7371.75-
YUV209.22130.13135.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 213 (83.59% from 255) = 33.49%
R=34.59%
G=31.92%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020321300.080.030.14324.7119.5482.94
HexDCCBD5083E1451453
Octal33431332501031650524123
Binary11011100110010111101010101000111110101000101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBD5; }

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

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

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

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

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

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

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

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