Html Css Color HEX #DCB1C7 Twilight

📋 copy color: '#DCB1C7'

red 220 ◦ green 177 ◦ blue 199

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

Shades of Twilight #DCB1C7

Tints of Twilight #DCB1C7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.7%

 BLUE value IS 199 (78.13% from 255) = 33.39%

R = 36.91%
G = 29.7%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DCB1C7 (or 0xDCB1C7) is known color: Twilight. HEX triplet: DC, B1 and C7. RGB value is (220,177,199). Sum of RGB (Red+Green+Blue) = 220+177+199=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1C7 is #234E38. Grayscale: #C0C0C0. Windows color (decimal): -2313785 or 13087196. OLE color: 13087196.

HSL color Cylindrical-coordinate representation of color #DCB1C7: hue angle of 329.3º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB1C7 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 199 -
CMYK 0 0.20 0.10 0.14
HSL 329.3º 0.38% 0.78% -
HSV(B) 329.3º 0.2% 0.86% -
XYZ 55.55 50.78 60.91 -
YUV 192.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 220 177 199 0 0.20 0.10 0.14 329.3 0.38 0.78
Hex DC B1 C7 0 14 A E 149 26 4E
Octal 334 261 307 0 24 12 16 511 46 116
Binary 11011100 10110001 11000111 0 10100 1010 1110 101001001 100110 1001110

Color Harmonies of #DCB1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1C7

Black with #DCB1C7

Text Example


Text Example

White with #DCB1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1C7; }

 p { color: rgb(220,177,199); }

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

background-color css

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

 a { background-color: rgb(220,177,199); }

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

border-color css

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

 span { border-color: rgb(220,177,199); }

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