#DCC2CB

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

Shades of Twilight #DCC2CB

Tints of Twilight #DCC2CB

Color information

#DCC2CB (or 0xDCC2CB) is unknown color: approx Twilight. HEX triplet: DC, C2 and CB. RGB value is (220,194,203). Sum of RGB (Red+Green+Blue) = 220+194+203=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2CB is #233D34. Grayscale: #CACACA. Windows color (decimal): -2309429 or 13353692. OLE color: 13353692.

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

Color convert

RGB220194203-
CMYK00.120.080.14
HSL339.23º27.08%81.18%-
HSV(B)339.23º11.82%86.27%-
XYZ59.5958.1164.58-
YUV202.8128.11140.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=35.66%
G=31.44%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019420300.120.080.14339.2327.0881.18
HexDCC2CB0C8E1531b51
Octal334302313014101652333121
Binary1101110011000010110010110110010001110101010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2CB; }

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

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

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

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

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

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

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

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