#DCBCC9

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

Shades of Twilight #DCBCC9

Tints of Twilight #DCBCC9

Color information

#DCBCC9 (or 0xDCBCC9) is unknown color: approx Twilight. HEX triplet: DC, BC and C9. RGB value is (220,188,201). Sum of RGB (Red+Green+Blue) = 220+188+201=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCC9 is #234336. Grayscale: #C7C7C7. Windows color (decimal): -2310967 or 13221084. OLE color: 13221084.

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

Color convert

RGB220188201-
CMYK00.150.090.14
HSL335.62º31.37%80%-
HSV(B)335.62º14.55%86.27%-
XYZ58.0455.462.89-
YUV199.05129.1142.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 201 (78.91% from 255) = 33.00%
R=36.12%
G=30.87%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018820100.150.090.14335.6231.3780
HexDCBCC90F9E1501f50
Octal334274311017111652037120
Binary1101110010111100110010010111110011110101010000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCC9; }

 p { color: rgb(220,188,201); }

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

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

 a { background-color: rgb(220,188,201); }

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

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

 span { border-color: rgb(220,188,201); }

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