Html Css Color HEX #D9B2DB Thistle

📋 copy color: '#D9B2DB'

red 217 ◦ green 178 ◦ blue 219

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

Shades of Thistle #D9B2DB

Tints of Thistle #D9B2DB

RGB

 RED value IS 217 (85.16% from 255) = 35.34%

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

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

R = 35.34%
G = 28.99%
B = 35.67%

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

#D9B2DB (or 0xD9B2DB) is known color: Thistle. HEX triplet: D9, B2 and DB. RGB value is (217,178,219). Sum of RGB (Red+Green+Blue) = 217+178+219=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2DB is #264D24. Grayscale: #C2C2C2. Windows color (decimal): -2510117 or 14398169. OLE color: 14398169.

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

Color convert

RGB 217 178 219 -
CMYK 0.01 0.19 0 0.14
HSL 297.07º 0.36% 0.78% -
HSV(B) 297.07º 0.19% 0.86% -
XYZ 57.32 51.71 73.98 -
YUV 194.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 217 178 219 0.01 0.19 0 0.14 297.07 0.36 0.78
Hex D9 B2 DB 1 13 0 E 129 24 4E
Octal 331 262 333 1 23 0 16 451 44 116
Binary 11011001 10110010 11011011 1 10011 0 1110 100101001 100100 1001110

Color Harmonies of #D9B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B2DB

Black with #D9B2DB

Text Example


Text Example

White with #D9B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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