Html Css Color HEX #DCBAD0 Twilight

📋 copy color: '#DCBAD0'

red 220 ◦ green 186 ◦ blue 208

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

Shades of Twilight #DCBAD0

Tints of Twilight #DCBAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.88%

R = 35.83%
G = 30.29%
B = 33.88%

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

#DCBAD0 (or 0xDCBAD0) is known color: Twilight. HEX triplet: DC, BA and D0. RGB value is (220,186,208). Sum of RGB (Red+Green+Blue) = 220+186+208=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAD0 is #23452F. Grayscale: #C6C6C6. Windows color (decimal): -2311472 or 13679324. OLE color: 13679324.

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

Color convert

RGB 220 186 208 -
CMYK 0 0.15 0.05 0.14
HSL 321.18º 0.33% 0.8% -
HSV(B) 321.18º 0.15% 0.86% -
XYZ 58.46 54.89 67.19 -
YUV 198.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 220 186 208 0 0.15 0.05 0.14 321.18 0.33 0.8
Hex DC BA D0 0 F 5 E 141 21 50
Octal 334 272 320 0 17 5 16 501 41 120
Binary 11011100 10111010 11010000 0 1111 101 1110 101000001 100001 1010000

Color Harmonies of #DCBAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAD0

Black with #DCBAD0

Text Example


Text Example

White with #DCBAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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