Html Css Color HEX #D9BDD8 Thistle

📋 copy color: '#D9BDD8'

red 217 ◦ green 189 ◦ blue 216

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

Shades of Thistle #D9BDD8

Tints of Thistle #D9BDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.73%

R = 34.89%
G = 30.39%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D9BDD8 (or 0xD9BDD8) is known color: Thistle. HEX triplet: D9, BD and D8. RGB value is (217,189,216). Sum of RGB (Red+Green+Blue) = 217+189+216=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDD8 is #264227. Grayscale: #C8C8C8. Windows color (decimal): -2507304 or 14204377. OLE color: 14204377.

HSL color Cylindrical-coordinate representation of color #D9BDD8: hue angle of 302.14º 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 #D9BDD8 is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 189 216 -
CMYK 0 0.13 0.00 0.15
HSL 302.14º 0.27% 0.8% -
HSV(B) 302.14º 0.13% 0.85% -
XYZ 59.21 56.1 72.67 -
YUV 200.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 217 189 216 0 0.13 0.00 0.15 302.14 0.27 0.8
Hex D9 BD D8 0 D 0 F 12E 1B 50
Octal 331 275 330 0 15 0 17 456 33 120
Binary 11011001 10111101 11011000 0 1101 0 1111 100101110 11011 1010000

Color Harmonies of #D9BDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDD8

Black with #D9BDD8

Text Example


Text Example

White with #D9BDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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