Html Css Color HEX #DCB3CC Twilight

📋 copy color: '#DCB3CC'

red 220 ◦ green 179 ◦ blue 204

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

Shades of Twilight #DCB3CC

Tints of Twilight #DCB3CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.83%

R = 36.48%
G = 29.68%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCB3CC (or 0xDCB3CC) is known color: Twilight. HEX triplet: DC, B3 and CC. RGB value is (220,179,204). Sum of RGB (Red+Green+Blue) = 220+179+204=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3CC is #234C33. Grayscale: #C2C2C2. Windows color (decimal): -2313268 or 13415388. OLE color: 13415388.

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

Color convert

RGB 220 179 204 -
CMYK 0 0.19 0.07 0.14
HSL 323.41º 0.37% 0.78% -
HSV(B) 323.41º 0.19% 0.86% -
XYZ 56.53 51.82 64.15 -
YUV 194.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 220 179 204 0 0.19 0.07 0.14 323.41 0.37 0.78
Hex DC B3 CC 0 13 7 E 143 25 4E
Octal 334 263 314 0 23 7 16 503 45 116
Binary 11011100 10110011 11001100 0 10011 111 1110 101000011 100101 1001110

Color Harmonies of #DCB3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3CC

Black with #DCB3CC

Text Example


Text Example

White with #DCB3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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