Html Css Color HEX #D9BDD7 Thistle

📋 copy color: '#D9BDD7'

red 217 ◦ green 189 ◦ blue 215

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

Shades of Thistle #D9BDD7

Tints of Thistle #D9BDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.43%

 BLUE value IS 215 (84.38% from 255) = 34.62%

R = 34.94%
G = 30.43%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D9BDD7 (or 0xD9BDD7) is known color: Thistle. HEX triplet: D9, BD and D7. RGB value is (217,189,215). Sum of RGB (Red+Green+Blue) = 217+189+215=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDD7 is #264228. Grayscale: #C8C8C8. Windows color (decimal): -2507305 or 14138841. OLE color: 14138841.

HSL color Cylindrical-coordinate representation of color #D9BDD7: hue angle of 304.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BDD7 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 189 215 -
CMYK 0 0.13 0.01 0.15
HSL 304.29º 0.27% 0.8% -
HSV(B) 304.29º 0.13% 0.85% -
XYZ 59.08 56.05 72 -
YUV 200.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 217 189 215 0 0.13 0.01 0.15 304.29 0.27 0.8
Hex D9 BD D7 0 D 1 F 130 1B 50
Octal 331 275 327 0 15 1 17 460 33 120
Binary 11011001 10111101 11010111 0 1101 1 1111 100110000 11011 1010000

Color Harmonies of #D9BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDD7

Black with #D9BDD7

Text Example


Text Example

White with #D9BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDD7; }

 p { color: rgb(217,189,215); }

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

background-color css

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

 a { background-color: rgb(217,189,215); }

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

border-color css

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

 span { border-color: rgb(217,189,215); }

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