Html Css Color HEX #D8B2DB Thistle

📋 copy color: '#D8B2DB'

red 216 ◦ green 178 ◦ blue 219

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

Shades of Thistle #D8B2DB

Tints of Thistle #D8B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.04%

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 35.24%
G = 29.04%
B = 35.73%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8B2DB (or 0xD8B2DB) is known color: Thistle. HEX triplet: D8, B2 and DB. RGB value is (216,178,219). Sum of RGB (Red+Green+Blue) = 216+178+219=613 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.24% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B2DB is #274D24. Grayscale: #C1C1C1. Windows color (decimal): -2575653 or 14398168. OLE color: 14398168.

HSL color Cylindrical-coordinate representation of color #D8B2DB: hue angle of 295.61º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8B2DB is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 178 219 -
CMYK 0.01 0.19 0 0.14
HSL 295.61º 0.36% 0.78% -
HSV(B) 295.61º 0.19% 0.86% -
XYZ 57.03 51.55 73.96 -
YUV 194.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 216 178 219 0.01 0.19 0 0.14 295.61 0.36 0.78
Hex D8 B2 DB 1 13 0 E 128 24 4E
Octal 330 262 333 1 23 0 16 450 44 116
Binary 11011000 10110010 11011011 1 10011 0 1110 100101000 100100 1001110

Color Harmonies of #D8B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B2DB

Black with #D8B2DB

Text Example


Text Example

White with #D8B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B2DB; }

 p { color: rgb(216,178,219); }

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

background-color css

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

 a { background-color: rgb(216,178,219); }

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

border-color css

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

 span { border-color: rgb(216,178,219); }

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