Html Css Color HEX #DDB6DD Thistle

📋 copy color: '#DDB6DD'

red 221 ◦ green 182 ◦ blue 221

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

Shades of Thistle #DDB6DD

Tints of Thistle #DDB6DD

RGB

 RED value IS 221 (86.72% from 255) = 35.42%

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

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

R = 35.42%
G = 29.17%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDB6DD (or 0xDDB6DD) is known color: Thistle. HEX triplet: DD, B6 and DD. RGB value is (221,182,221). Sum of RGB (Red+Green+Blue) = 221+182+221=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6DD is #224922. Grayscale: #C5C5C5. Windows color (decimal): -2246947 or 14530269. OLE color: 14530269.

HSL color Cylindrical-coordinate representation of color #DDB6DD: hue angle of 300º 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 #DDB6DD is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 182 221 -
CMYK 0 0.18 0 0.13
HSL 300º 0.36% 0.79% -
HSV(B) 300º 0.18% 0.87% -
XYZ 59.6 54.05 75.7 -
YUV 198.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 221 182 221 0 0.18 0 0.13 300 0.36 0.79
Hex DD B6 DD 0 12 0 D 12C 24 4F
Octal 335 266 335 0 22 0 15 454 44 117
Binary 11011101 10110110 11011101 0 10010 0 1101 100101100 100100 1001111

Color Harmonies of #DDB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6DD

Black with #DDB6DD

Text Example


Text Example

White with #DDB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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