Html Css Color HEX #D9BBD7 Thistle

📋 copy color: '#D9BBD7'

red 217 ◦ green 187 ◦ blue 215

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

Shades of Thistle #D9BBD7

Tints of Thistle #D9BBD7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.21%

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

R = 35.06%
G = 30.21%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D9BBD7 (or 0xD9BBD7) is known color: Thistle. HEX triplet: D9, BB and D7. RGB value is (217,187,215). Sum of RGB (Red+Green+Blue) = 217+187+215=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBD7 is #264428. Grayscale: #C7C7C7. Windows color (decimal): -2507817 or 14138329. OLE color: 14138329.

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

Color convert

RGB 217 187 215 -
CMYK 0 0.14 0.01 0.15
HSL 304º 0.28% 0.79% -
HSV(B) 304º 0.14% 0.85% -
XYZ 58.65 55.2 71.85 -
YUV 199.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 217 187 215 0 0.14 0.01 0.15 304 0.28 0.79
Hex D9 BB D7 0 E 1 F 130 1C 4F
Octal 331 273 327 0 16 1 17 460 34 117
Binary 11011001 10111011 11010111 0 1110 1 1111 100110000 11100 1001111

Color Harmonies of #D9BBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BBD7

Black with #D9BBD7

Text Example


Text Example

White with #D9BBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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