Html Css Color HEX #DCB3C9 Twilight

📋 copy color: '#DCB3C9'

red 220 ◦ green 179 ◦ blue 201

#DCB3C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twilight #DCB3C9

Tints of Twilight #DCB3C9

RGB

 RED value IS 220 (86.33% from 255) = 36.67%

 GREEN value IS 179 (70.31% from 255) = 29.83%

 BLUE value IS 201 (78.91% from 255) = 33.5%

R = 36.67%
G = 29.83%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCB3C9 (or 0xDCB3C9) is known color: Twilight. HEX triplet: DC, B3 and C9. RGB value is (220,179,201). Sum of RGB (Red+Green+Blue) = 220+179+201=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3C9 is #234C36. Grayscale: #C1C1C1. Windows color (decimal): -2313271 or 13218780. OLE color: 13218780.

HSL color Cylindrical-coordinate representation of color #DCB3C9: hue angle of 327.8º degrees, saturation: 0.37, 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 #DCB3C9 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 201 -
CMYK 0 0.19 0.09 0.14
HSL 327.8º 0.37% 0.78% -
HSV(B) 327.8º 0.19% 0.86% -
XYZ 56.18 51.67 62.27 -
YUV 193.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 220 179 201 0 0.19 0.09 0.14 327.8 0.37 0.78
Hex DC B3 C9 0 13 9 E 148 25 4E
Octal 334 263 311 0 23 11 16 510 45 116
Binary 11011100 10110011 11001001 0 10011 1001 1110 101001000 100101 1001110

Color Harmonies of #DCB3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3C9

Black with #DCB3C9

Text Example


Text Example

White with #DCB3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3C9; }

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

 H1.HeaderClassName
 {
   color: #DCB3C9;
 }
 .AnyTagClassName
 {
   color: #DCB3C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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