Html Css Color HEX #D8B9D6 Thistle

📋 copy color: '#D8B9D6'

red 216 ◦ green 185 ◦ blue 214

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

Shades of Thistle #D8B9D6

Tints of Thistle #D8B9D6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.08%

 BLUE value IS 214 (83.98% from 255) = 34.8%

R = 35.12%
G = 30.08%
B = 34.8%

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

#D8B9D6 (or 0xD8B9D6) is known color: Thistle. HEX triplet: D8, B9 and D6. RGB value is (216,185,214). Sum of RGB (Red+Green+Blue) = 216+185+214=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B9D6 is #274629. Grayscale: #C5C5C5. Windows color (decimal): -2573866 or 14072280. OLE color: 14072280.

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

Color convert

RGB 216 185 214 -
CMYK 0 0.14 0.01 0.15
HSL 303.87º 0.28% 0.79% -
HSV(B) 303.87º 0.14% 0.85% -
XYZ 57.81 54.15 71.02 -
YUV 197.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 216 185 214 0 0.14 0.01 0.15 303.87 0.28 0.79
Hex D8 B9 D6 0 E 1 F 130 1C 4F
Octal 330 271 326 0 16 1 17 460 34 117
Binary 11011000 10111001 11010110 0 1110 1 1111 100110000 11100 1001111

Color Harmonies of #D8B9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B9D6

Black with #D8B9D6

Text Example


Text Example

White with #D8B9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B9D6; }

 p { color: rgb(216,185,214); }

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

background-color css

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

 a { background-color: rgb(216,185,214); }

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

border-color css

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

 span { border-color: rgb(216,185,214); }

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