Html Css Color HEX #D9B9DD Thistle

📋 copy color: '#D9B9DD'

red 217 ◦ green 185 ◦ blue 221

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

Shades of Thistle #D9B9DD

Tints of Thistle #D9B9DD

RGB

 RED value IS 217 (85.16% from 255) = 34.83%

 GREEN value IS 185 (72.66% from 255) = 29.7%

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

R = 34.83%
G = 29.7%
B = 35.47%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9B9DD (or 0xD9B9DD) is known color: Thistle. HEX triplet: D9, B9 and DD. RGB value is (217,185,221). Sum of RGB (Red+Green+Blue) = 217+185+221=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 185 (72.66% from 255 or 29.70% 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 #D9B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B9DD is #264622. Grayscale: #C6C6C6. Windows color (decimal): -2508323 or 14531033. OLE color: 14531033.

HSL color Cylindrical-coordinate representation of color #D9B9DD: hue angle of 293.33º degrees, saturation: 0.35, 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 #D9B9DD is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 185 221 -
CMYK 0.02 0.16 0 0.13
HSL 293.33º 0.35% 0.8% -
HSV(B) 293.33º 0.16% 0.87% -
XYZ 59.02 54.67 75.85 -
YUV 198.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 217 185 221 0.02 0.16 0 0.13 293.33 0.35 0.8
Hex D9 B9 DD 2 10 0 D 125 23 50
Octal 331 271 335 2 20 0 15 445 43 120
Binary 11011001 10111001 11011101 10 10000 0 1101 100100101 100011 1010000

Color Harmonies of #D9B9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B9DD

Black with #D9B9DD

Text Example


Text Example

White with #D9B9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B9DD; }

 p { color: rgb(217,185,221); }

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

background-color css

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

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

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

border-color css

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

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

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