Html Css Color HEX #D9B4DD Thistle

📋 copy color: '#D9B4DD'

red 217 ◦ green 180 ◦ blue 221

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

Shades of Thistle #D9B4DD

Tints of Thistle #D9B4DD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.13%

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

R = 35.11%
G = 29.13%
B = 35.76%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9B4DD (or 0xD9B4DD) is known color: Thistle. HEX triplet: D9, B4 and DD. RGB value is (217,180,221). Sum of RGB (Red+Green+Blue) = 217+180+221=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9B4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B4DD is #264B22. Grayscale: #C3C3C3. Windows color (decimal): -2509603 or 14529753. OLE color: 14529753.

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

Color convert

RGB 217 180 221 -
CMYK 0.02 0.19 0 0.13
HSL 294.15º 0.38% 0.79% -
HSV(B) 294.15º 0.19% 0.87% -
XYZ 57.99 52.61 75.51 -
YUV 195.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 217 180 221 0.02 0.19 0 0.13 294.15 0.38 0.79
Hex D9 B4 DD 2 13 0 D 126 26 4F
Octal 331 264 335 2 23 0 15 446 46 117
Binary 11011001 10110100 11011101 10 10011 0 1101 100100110 100110 1001111

Color Harmonies of #D9B4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B4DD

Black with #D9B4DD

Text Example


Text Example

White with #D9B4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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