Html Css Color HEX #DCB6DD Thistle

📋 copy color: '#DCB6DD'

red 220 ◦ green 182 ◦ blue 221

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

Shades of Thistle #DCB6DD

Tints of Thistle #DCB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.21%

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

R = 35.31%
G = 29.21%
B = 35.47%

CMYK

 C value IS 0.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCB6DD (or 0xDCB6DD) is known color: Thistle. HEX triplet: DC, B6 and DD. RGB value is (220,182,221). Sum of RGB (Red+Green+Blue) = 220+182+221=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6DD is #234922. Grayscale: #C5C5C5. Windows color (decimal): -2312483 or 14530268. OLE color: 14530268.

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

Color convert

RGB 220 182 221 -
CMYK 0.00 0.18 0 0.13
HSL 298.46º 0.36% 0.79% -
HSV(B) 298.46º 0.18% 0.87% -
XYZ 59.29 53.89 75.68 -
YUV 197.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 220 182 221 0.00 0.18 0 0.13 298.46 0.36 0.79
Hex DC B6 DD 0 12 0 D 12A 24 4F
Octal 334 266 335 0 22 0 15 452 44 117
Binary 11011100 10110110 11011101 0 10010 0 1101 100101010 100100 1001111

Color Harmonies of #DCB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB6DD

Black with #DCB6DD

Text Example


Text Example

White with #DCB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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