#DCB2C8

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

Shades of Twilight #DCB2C8

Tints of Twilight #DCB2C8

Color information

#DCB2C8 (or 0xDCB2C8) is unknown color: approx Twilight. HEX triplet: DC, B2 and C8. RGB value is (220,178,200). Sum of RGB (Red+Green+Blue) = 220+178+200=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2C8 is #234D37. Grayscale: #C1C1C1. Windows color (decimal): -2313528 or 13152988. OLE color: 13152988.

HSL color Cylindrical-coordinate representation of color #DCB2C8: hue angle of 328.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB2C8 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220178200-
CMYK00.190.090.14
HSL328.57º37.5%78.04%-
HSV(B)328.57º19.09%86.27%-
XYZ55.8651.2361.59-
YUV193.07131.91147.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 178 (69.92% from 255) = 29.77%
BLUE value IS 200 (78.52% from 255) = 33.44%
R=36.79%
G=29.77%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017820000.190.090.14328.5737.578.04
HexDCB2C80139E149264e
Octal334262310023111651146116
Binary110111001011001011001000010011100111101010010011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2C8; }

 p { color: rgb(220,178,200); }

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

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

 a { background-color: rgb(220,178,200); }

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

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

 span { border-color: rgb(220,178,200); }

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