Html Css Color HEX #DCB7CC Twilight

📋 copy color: '#DCB7CC'

red 220 ◦ green 183 ◦ blue 204

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

Shades of Twilight #DCB7CC

Tints of Twilight #DCB7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.15%

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

R = 36.24%
G = 30.15%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCB7CC (or 0xDCB7CC) is known color: Twilight. HEX triplet: DC, B7 and CC. RGB value is (220,183,204). Sum of RGB (Red+Green+Blue) = 220+183+204=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7CC is #234833. Grayscale: #C4C4C4. Windows color (decimal): -2312244 or 13416412. OLE color: 13416412.

HSL color Cylindrical-coordinate representation of color #DCB7CC: hue angle of 325.95º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB7CC is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 204 -
CMYK 0 0.17 0.07 0.14
HSL 325.95º 0.35% 0.79% -
HSV(B) 325.95º 0.17% 0.86% -
XYZ 57.35 53.44 64.42 -
YUV 196.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 220 183 204 0 0.17 0.07 0.14 325.95 0.35 0.79
Hex DC B7 CC 0 11 7 E 146 23 4F
Octal 334 267 314 0 21 7 16 506 43 117
Binary 11011100 10110111 11001100 0 10001 111 1110 101000110 100011 1001111

Color Harmonies of #DCB7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7CC

Black with #DCB7CC

Text Example


Text Example

White with #DCB7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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