Html Css Color HEX #DCBAD1 Twilight

📋 copy color: '#DCBAD1'

red 220 ◦ green 186 ◦ blue 209

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

Shades of Twilight #DCBAD1

Tints of Twilight #DCBAD1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.24%

 BLUE value IS 209 (82.03% from 255) = 33.98%

R = 35.77%
G = 30.24%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCBAD1 (or 0xDCBAD1) is known color: Twilight. HEX triplet: DC, BA and D1. RGB value is (220,186,209). Sum of RGB (Red+Green+Blue) = 220+186+209=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD1 is #23452E. Grayscale: #C6C6C6. Windows color (decimal): -2311471 or 13744860. OLE color: 13744860.

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

Color convert

RGB 220 186 209 -
CMYK 0 0.15 0.05 0.14
HSL 319.41º 0.33% 0.8% -
HSV(B) 319.41º 0.15% 0.86% -
XYZ 58.58 54.94 67.84 -
YUV 198.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 220 186 209 0 0.15 0.05 0.14 319.41 0.33 0.8
Hex DC BA D1 0 F 5 E 13F 21 50
Octal 334 272 321 0 17 5 16 477 41 120
Binary 11011100 10111010 11010001 0 1111 101 1110 100111111 100001 1010000

Color Harmonies of #DCBAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAD1

Black with #DCBAD1

Text Example


Text Example

White with #DCBAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAD1; }

 p { color: rgb(220,186,209); }

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

background-color css

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

 a { background-color: rgb(220,186,209); }

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

border-color css

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

 span { border-color: rgb(220,186,209); }

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