Html Css Color HEX #D8BDD7 Thistle

📋 copy color: '#D8BDD7'

red 216 ◦ green 189 ◦ blue 215

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

Shades of Thistle #D8BDD7

Tints of Thistle #D8BDD7

RGB

 RED value IS 216 (84.77% from 255) = 34.84%

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

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

R = 34.84%
G = 30.48%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D8BDD7 (or 0xD8BDD7) is known color: Thistle. HEX triplet: D8, BD and D7. RGB value is (216,189,215). Sum of RGB (Red+Green+Blue) = 216+189+215=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDD7 is #274228. Grayscale: #C7C7C7. Windows color (decimal): -2572841 or 14138840. OLE color: 14138840.

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

Color convert

RGB 216 189 215 -
CMYK 0 0.12 0.00 0.15
HSL 302.22º 0.26% 0.79% -
HSV(B) 302.22º 0.13% 0.85% -
XYZ 58.78 55.9 71.98 -
YUV 200.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 216 189 215 0 0.12 0.00 0.15 302.22 0.26 0.79
Hex D8 BD D7 0 C 0 F 12E 1A 4F
Octal 330 275 327 0 14 0 17 456 32 117
Binary 11011000 10111101 11010111 0 1100 0 1111 100101110 11010 1001111

Color Harmonies of #D8BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BDD7

Black with #D8BDD7

Text Example


Text Example

White with #D8BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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