Html Css Color HEX #DCBADD Thistle

📋 copy color: '#DCBADD'

red 220 ◦ green 186 ◦ blue 221

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

Shades of Thistle #DCBADD

Tints of Thistle #DCBADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.25%

R = 35.09%
G = 29.67%
B = 35.25%

CMYK

 C value IS 0.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCBADD (or 0xDCBADD) is known color: Thistle. HEX triplet: DC, BA and DD. RGB value is (220,186,221). Sum of RGB (Red+Green+Blue) = 220+186+221=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBADD is #234522. Grayscale: #C8C8C8. Windows color (decimal): -2311459 or 14531292. OLE color: 14531292.

HSL color Cylindrical-coordinate representation of color #DCBADD: hue angle of 298.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBADD is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 186 221 -
CMYK 0.00 0.16 0 0.13
HSL 298.29º 0.34% 0.8% -
HSV(B) 298.29º 0.16% 0.87% -
XYZ 60.13 55.55 75.96 -
YUV 200.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 220 186 221 0.00 0.16 0 0.13 298.29 0.34 0.8
Hex DC BA DD 0 10 0 D 12A 22 50
Octal 334 272 335 0 20 0 15 452 42 120
Binary 11011100 10111010 11011101 0 10000 0 1101 100101010 100010 1010000

Color Harmonies of #DCBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBADD

Black with #DCBADD

Text Example


Text Example

White with #DCBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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