Html Css Color HEX #D9B0DD Thistle

📋 copy color: '#D9B0DD'

red 217 ◦ green 176 ◦ blue 221

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

Shades of Thistle #D9B0DD

Tints of Thistle #D9B0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.66%

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

R = 35.34%
G = 28.66%
B = 35.99%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9B0DD (or 0xD9B0DD) is known color: Thistle. HEX triplet: D9, B0 and DD. RGB value is (217,176,221). Sum of RGB (Red+Green+Blue) = 217+176+221=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0DD is #264F22. Grayscale: #C1C1C1. Windows color (decimal): -2510627 or 14528729. OLE color: 14528729.

HSL color Cylindrical-coordinate representation of color #D9B0DD: hue angle of 294.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9B0DD is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 176 221 -
CMYK 0.02 0.20 0 0.13
HSL 294.67º 0.4% 0.78% -
HSV(B) 294.67º 0.2% 0.87% -
XYZ 57.19 51.02 75.24 -
YUV 193.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 217 176 221 0.02 0.20 0 0.13 294.67 0.4 0.78
Hex D9 B0 DD 2 14 0 D 127 28 4E
Octal 331 260 335 2 24 0 15 447 50 116
Binary 11011001 10110000 11011101 10 10100 0 1101 100100111 101000 1001110

Color Harmonies of #D9B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B0DD

Black with #D9B0DD

Text Example


Text Example

White with #D9B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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