Html Css Color HEX #DCB0C9 Twilight

📋 copy color: '#DCB0C9'

red 220 ◦ green 176 ◦ blue 201

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

Shades of Twilight #DCB0C9

Tints of Twilight #DCB0C9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.48%

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

R = 36.85%
G = 29.48%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCB0C9 (or 0xDCB0C9) is known color: Twilight. HEX triplet: DC, B0 and C9. RGB value is (220,176,201). Sum of RGB (Red+Green+Blue) = 220+176+201=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0C9 is #234F36. Grayscale: #BFBFBF. Windows color (decimal): -2314039 or 13218012. OLE color: 13218012.

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

Color convert

RGB 220 176 201 -
CMYK 0 0.2 0.09 0.14
HSL 325.91º 0.39% 0.78% -
HSV(B) 325.91º 0.2% 0.86% -
XYZ 55.58 50.48 62.07 -
YUV 192.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 220 176 201 0 0.2 0.09 0.14 325.91 0.39 0.78
Hex DC B0 C9 0 14 9 E 146 27 4E
Octal 334 260 311 0 24 11 16 506 47 116
Binary 11011100 10110000 11001001 0 10100 1001 1110 101000110 100111 1001110

Color Harmonies of #DCB0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0C9

Black with #DCB0C9

Text Example


Text Example

White with #DCB0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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