#DCC0CB

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

Shades of Twilight #DCC0CB

Tints of Twilight #DCC0CB

Color information

#DCC0CB (or 0xDCC0CB) is unknown color: approx Twilight. HEX triplet: DC, C0 and CB. RGB value is (220,192,203). Sum of RGB (Red+Green+Blue) = 220+192+203=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0CB is #233F34. Grayscale: #C9C9C9. Windows color (decimal): -2309941 or 13353180. OLE color: 13353180.

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

Color convert

RGB220192203-
CMYK00.130.080.14
HSL336.43º28.57%80.78%-
HSV(B)336.43º12.73%86.27%-
XYZ59.1457.2364.43-
YUV201.63128.78141.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=35.77%
G=31.22%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019220300.130.080.14336.4328.5780.78
HexDCC0CB0D8E1501d51
Octal334300313015101652035121
Binary1101110011000000110010110110110001110101010000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0CB; }

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

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

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

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

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

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

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

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