#DCCBD4

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

Shades of Twilight #DCCBD4

Tints of Twilight #DCCBD4

Color information

#DCCBD4 (or 0xDCCBD4) is unknown color: approx Twilight. HEX triplet: DC, CB and D4. RGB value is (220,203,212). Sum of RGB (Red+Green+Blue) = 220+203+212=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBD4 is #23342B. Grayscale: #D1D1D1. Windows color (decimal): -2307116 or 13945820. OLE color: 13945820.

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

Color convert

RGB220203212-
CMYK00.080.040.14
HSL328.24º19.54%82.94%-
HSV(B)328.24º7.73%86.27%-
XYZ62.7562.6871.08-
YUV209.11129.63135.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 212 (83.20% from 255) = 33.39%
R=34.65%
G=31.97%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020321200.080.040.14328.2419.5482.94
HexDCCBD4084E1481453
Octal33431332401041651024123
Binary110111001100101111010100010001001110101001000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBD4; }

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

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

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

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

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

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

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

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