#DCC3CB

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

Shades of Twilight #DCC3CB

Tints of Twilight #DCC3CB

Color information

#DCC3CB (or 0xDCC3CB) is unknown color: approx Twilight. HEX triplet: DC, C3 and CB. RGB value is (220,195,203). Sum of RGB (Red+Green+Blue) = 220+195+203=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3CB is #233C34. Grayscale: #CBCBCB. Windows color (decimal): -2309173 or 13353948. OLE color: 13353948.

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

Color convert

RGB220195203-
CMYK00.110.080.14
HSL340.8º26.32%81.37%-
HSV(B)340.8º11.36%86.27%-
XYZ59.8158.5664.65-
YUV203.39127.78139.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 195 (76.56% from 255) = 31.55%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=35.60%
G=31.55%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019520300.110.080.14340.826.3281.37
HexDCC3CB0B8E1551a51
Octal334303313013101652532121
Binary1101110011000011110010110101110001110101010101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3CB; }

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

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

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

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

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

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

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

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