Html Css Color HEX #DCBBC9 Twilight

📋 copy color: '#DCBBC9'

red 220 ◦ green 187 ◦ blue 201

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

Shades of Twilight #DCBBC9

Tints of Twilight #DCBBC9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.76%

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

R = 36.18%
G = 30.76%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCBBC9 (or 0xDCBBC9) is known color: Twilight. HEX triplet: DC, BB and C9. RGB value is (220,187,201). Sum of RGB (Red+Green+Blue) = 220+187+201=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC9 is #234436. Grayscale: #C6C6C6. Windows color (decimal): -2311223 or 13220828. OLE color: 13220828.

HSL color Cylindrical-coordinate representation of color #DCBBC9: hue angle of 334.55º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBBC9 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 187 201 -
CMYK 0 0.15 0.09 0.14
HSL 334.55º 0.32% 0.8% -
HSV(B) 334.55º 0.15% 0.86% -
XYZ 57.83 54.97 62.82 -
YUV 198.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 220 187 201 0 0.15 0.09 0.14 334.55 0.32 0.8
Hex DC BB C9 0 F 9 E 14F 20 50
Octal 334 273 311 0 17 11 16 517 40 120
Binary 11011100 10111011 11001001 0 1111 1001 1110 101001111 100000 1010000

Color Harmonies of #DCBBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBC9

Black with #DCBBC9

Text Example


Text Example

White with #DCBBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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