Html Css Color HEX #DCB3C8 Twilight

📋 copy color: '#DCB3C8'

red 220 ◦ green 179 ◦ blue 200

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

Shades of Twilight #DCB3C8

Tints of Twilight #DCB3C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.39%

R = 36.73%
G = 29.88%
B = 33.39%

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

#DCB3C8 (or 0xDCB3C8) is known color: Twilight. HEX triplet: DC, B3 and C8. RGB value is (220,179,200). Sum of RGB (Red+Green+Blue) = 220+179+200=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3C8 is #234C37. Grayscale: #C1C1C1. Windows color (decimal): -2313272 or 13153244. OLE color: 13153244.

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

Color convert

RGB 220 179 200 -
CMYK 0 0.19 0.09 0.14
HSL 329.27º 0.37% 0.78% -
HSV(B) 329.27º 0.19% 0.86% -
XYZ 56.06 51.63 61.65 -
YUV 193.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 220 179 200 0 0.19 0.09 0.14 329.27 0.37 0.78
Hex DC B3 C8 0 13 9 E 149 25 4E
Octal 334 263 310 0 23 11 16 511 45 116
Binary 11011100 10110011 11001000 0 10011 1001 1110 101001001 100101 1001110

Color Harmonies of #DCB3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3C8

Black with #DCB3C8

Text Example


Text Example

White with #DCB3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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