Html Css Color HEX #D9B8DD Thistle

📋 copy color: '#D9B8DD'

red 217 ◦ green 184 ◦ blue 221

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

Shades of Thistle #D9B8DD

Tints of Thistle #D9B8DD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.58%

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

R = 34.89%
G = 29.58%
B = 35.53%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9B8DD (or 0xD9B8DD) is known color: Thistle. HEX triplet: D9, B8 and DD. RGB value is (217,184,221). Sum of RGB (Red+Green+Blue) = 217+184+221=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9B8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B8DD is #264722. Grayscale: #C5C5C5. Windows color (decimal): -2508579 or 14530777. OLE color: 14530777.

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

Color convert

RGB 217 184 221 -
CMYK 0.02 0.17 0 0.13
HSL 293.51º 0.35% 0.79% -
HSV(B) 293.51º 0.17% 0.87% -
XYZ 58.81 54.25 75.78 -
YUV 198.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 217 184 221 0.02 0.17 0 0.13 293.51 0.35 0.79
Hex D9 B8 DD 2 11 0 D 126 23 4F
Octal 331 270 335 2 21 0 15 446 43 117
Binary 11011001 10111000 11011101 10 10001 0 1101 100100110 100011 1001111

Color Harmonies of #D9B8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B8DD

Black with #D9B8DD

Text Example


Text Example

White with #D9B8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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