Html Css Color HEX #D8BBD6 Thistle

📋 copy color: '#D8BBD6'

red 216 ◦ green 187 ◦ blue 214

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

Shades of Thistle #D8BBD6

Tints of Thistle #D8BBD6

RGB

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

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

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

R = 35.01%
G = 30.31%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D8BBD6 (or 0xD8BBD6) is known color: Thistle. HEX triplet: D8, BB and D6. RGB value is (216,187,214). Sum of RGB (Red+Green+Blue) = 216+187+214=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBD6 is #274429. Grayscale: #C6C6C6. Windows color (decimal): -2573354 or 14072792. OLE color: 14072792.

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

Color convert

RGB 216 187 214 -
CMYK 0 0.13 0.01 0.15
HSL 304.14º 0.27% 0.79% -
HSV(B) 304.14º 0.13% 0.85% -
XYZ 58.23 54.99 71.16 -
YUV 198.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 216 187 214 0 0.13 0.01 0.15 304.14 0.27 0.79
Hex D8 BB D6 0 D 1 F 130 1B 4F
Octal 330 273 326 0 15 1 17 460 33 117
Binary 11011000 10111011 11010110 0 1101 1 1111 100110000 11011 1001111

Color Harmonies of #D8BBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BBD6

Black with #D8BBD6

Text Example


Text Example

White with #D8BBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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