Html Css Color HEX #D7B2DB Thistle

📋 copy color: '#D7B2DB'

red 215 ◦ green 178 ◦ blue 219

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

Shades of Thistle #D7B2DB

Tints of Thistle #D7B2DB

RGB

 RED value IS 215 (84.38% from 255) = 35.13%

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

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

R = 35.13%
G = 29.08%
B = 35.78%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7B2DB (or 0xD7B2DB) is known color: Thistle. HEX triplet: D7, B2 and DB. RGB value is (215,178,219). Sum of RGB (Red+Green+Blue) = 215+178+219=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B2DB is #284D24. Grayscale: #C1C1C1. Windows color (decimal): -2641189 or 14398167. OLE color: 14398167.

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

Color convert

RGB 215 178 219 -
CMYK 0.02 0.19 0 0.14
HSL 294.15º 0.36% 0.78% -
HSV(B) 294.15º 0.19% 0.86% -
XYZ 56.73 51.4 73.95 -
YUV 193.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 215 178 219 0.02 0.19 0 0.14 294.15 0.36 0.78
Hex D7 B2 DB 2 13 0 E 126 24 4E
Octal 327 262 333 2 23 0 16 446 44 116
Binary 11010111 10110010 11011011 10 10011 0 1110 100100110 100100 1001110

Color Harmonies of #D7B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B2DB

Black with #D7B2DB

Text Example


Text Example

White with #D7B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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