#DCCBD7

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

Shades of Twilight #DCCBD7

Tints of Twilight #DCCBD7

Color information

#DCCBD7 (or 0xDCCBD7) is unknown color: approx Twilight. HEX triplet: DC, CB and D7. RGB value is (220,203,215). Sum of RGB (Red+Green+Blue) = 220+203+215=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBD7 is #233428. Grayscale: #D1D1D1. Windows color (decimal): -2307113 or 14142428. OLE color: 14142428.

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

Color convert

RGB220203215-
CMYK00.080.020.14
HSL317.65º19.54%82.94%-
HSV(B)317.65º7.73%86.27%-
XYZ63.1462.8373.09-
YUV209.45131.13135.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 215 (84.38% from 255) = 33.70%
R=34.48%
G=31.82%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020321500.080.020.14317.6519.5482.94
HexDCCBD7082E13e1453
Octal33431332701021647624123
Binary11011100110010111101011101000101110100111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBD7; }

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

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

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

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

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

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

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

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