Html Css Color HEX #D5B2DB Thistle

📋 copy color: '#D5B2DB'

red 213 ◦ green 178 ◦ blue 219

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

Shades of Thistle #D5B2DB

Tints of Thistle #D5B2DB

RGB

 RED value IS 213 (83.59% from 255) = 34.92%

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

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

R = 34.92%
G = 29.18%
B = 35.9%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5B2DB (or 0xD5B2DB) is known color: Thistle. HEX triplet: D5, B2 and DB. RGB value is (213,178,219). Sum of RGB (Red+Green+Blue) = 213+178+219=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2DB is #2A4D24. Grayscale: #C1C1C1. Windows color (decimal): -2772261 or 14398165. OLE color: 14398165.

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

Color convert

RGB 213 178 219 -
CMYK 0.03 0.19 0 0.14
HSL 291.22º 0.36% 0.78% -
HSV(B) 291.22º 0.19% 0.86% -
XYZ 56.15 51.1 73.92 -
YUV 193.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 213 178 219 0.03 0.19 0 0.14 291.22 0.36 0.78
Hex D5 B2 DB 3 13 0 E 123 24 4E
Octal 325 262 333 3 23 0 16 443 44 116
Binary 11010101 10110010 11011011 11 10011 0 1110 100100011 100100 1001110

Color Harmonies of #D5B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B2DB

Black with #D5B2DB

Text Example


Text Example

White with #D5B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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