Html Css Color HEX #DCBCC8 Twilight

📋 copy color: '#DCBCC8'

red 220 ◦ green 188 ◦ blue 200

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

Shades of Twilight #DCBCC8

Tints of Twilight #DCBCC8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.92%

 BLUE value IS 200 (78.52% from 255) = 32.89%

R = 36.18%
G = 30.92%
B = 32.89%

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

#DCBCC8 (or 0xDCBCC8) is known color: Twilight. HEX triplet: DC, BC and C8. RGB value is (220,188,200). Sum of RGB (Red+Green+Blue) = 220+188+200=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCC8 is #234337. Grayscale: #C6C6C6. Windows color (decimal): -2310968 or 13155548. OLE color: 13155548.

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

Color convert

RGB 220 188 200 -
CMYK 0 0.15 0.09 0.14
HSL 337.5º 0.31% 0.8% -
HSV(B) 337.5º 0.15% 0.86% -
XYZ 57.92 55.35 62.27 -
YUV 198.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 220 188 200 0 0.15 0.09 0.14 337.5 0.31 0.8
Hex DC BC C8 0 F 9 E 152 1F 50
Octal 334 274 310 0 17 11 16 522 37 120
Binary 11011100 10111100 11001000 0 1111 1001 1110 101010010 11111 1010000

Color Harmonies of #DCBCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCC8

Black with #DCBCC8

Text Example


Text Example

White with #DCBCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCC8; }

 p { color: rgb(220,188,200); }

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

background-color css

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

 a { background-color: rgb(220,188,200); }

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

border-color css

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

 span { border-color: rgb(220,188,200); }

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