Html Css Color HEX #D8BDDA Thistle

📋 copy color: '#D8BDDA'

red 216 ◦ green 189 ◦ blue 218

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

Shades of Thistle #D8BDDA

Tints of Thistle #D8BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.99%

R = 34.67%
G = 30.34%
B = 34.99%

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

#D8BDDA (or 0xD8BDDA) is known color: Thistle. HEX triplet: D8, BD and DA. RGB value is (216,189,218). Sum of RGB (Red+Green+Blue) = 216+189+218=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #D8BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDDA is #274225. Grayscale: #C8C8C8. Windows color (decimal): -2572838 or 14335448. OLE color: 14335448.

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

Color convert

RGB 216 189 218 -
CMYK 0.01 0.13 0 0.15
HSL 295.86º 0.28% 0.8% -
HSV(B) 295.86º 0.13% 0.85% -
XYZ 59.17 56.06 74.03 -
YUV 200.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 216 189 218 0.01 0.13 0 0.15 295.86 0.28 0.8
Hex D8 BD DA 1 D 0 F 128 1C 50
Octal 330 275 332 1 15 0 17 450 34 120
Binary 11011000 10111101 11011010 1 1101 0 1111 100101000 11100 1010000

Color Harmonies of #D8BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BDDA

Black with #D8BDDA

Text Example


Text Example

White with #D8BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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