Html Css Color HEX #D7BDD9 Thistle

📋 copy color: '#D7BDD9'

red 215 ◦ green 189 ◦ blue 217

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

Shades of Thistle #D7BDD9

Tints of Thistle #D7BDD9

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

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

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

Color convert

RGB 215 189 217 -
CMYK 0.01 0.13 0 0.15
HSL 295.71º 0.27% 0.8% -
HSV(B) 295.71º 0.13% 0.85% -
XYZ 58.75 55.85 73.33 -
YUV 199.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 215 189 217 0.01 0.13 0 0.15 295.71 0.27 0.8
Hex D7 BD D9 1 D 0 F 128 1B 50
Octal 327 275 331 1 15 0 17 450 33 120
Binary 11010111 10111101 11011001 1 1101 0 1111 100101000 11011 1010000

Color Harmonies of #D7BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BDD9

Black with #D7BDD9

Text Example


Text Example

White with #D7BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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