Html Css Color HEX #D7B8DD Thistle

📋 copy color: '#D7B8DD'

red 215 ◦ green 184 ◦ blue 221

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

Shades of Thistle #D7B8DD

Tints of Thistle #D7B8DD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.68%

 BLUE value IS 221 (86.72% from 255) = 35.65%

R = 34.68%
G = 29.68%
B = 35.65%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7B8DD (or 0xD7B8DD) is known color: Thistle. HEX triplet: D7, B8 and DD. RGB value is (215,184,221). Sum of RGB (Red+Green+Blue) = 215+184+221=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7B8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B8DD is #284722. Grayscale: #C5C5C5. Windows color (decimal): -2639651 or 14530775. OLE color: 14530775.

HSL color Cylindrical-coordinate representation of color #D7B8DD: hue angle of 290.27º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7B8DD is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 184 221 -
CMYK 0.03 0.17 0 0.13
HSL 290.27º 0.35% 0.79% -
HSV(B) 290.27º 0.17% 0.87% -
XYZ 58.22 53.95 75.75 -
YUV 197.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 215 184 221 0.03 0.17 0 0.13 290.27 0.35 0.79
Hex D7 B8 DD 3 11 0 D 122 23 4F
Octal 327 270 335 3 21 0 15 442 43 117
Binary 11010111 10111000 11011101 11 10001 0 1101 100100010 100011 1001111

Color Harmonies of #D7B8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B8DD

Black with #D7B8DD

Text Example


Text Example

White with #D7B8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B8DD; }

 p { color: rgb(215,184,221); }

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

background-color css

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

 a { background-color: rgb(215,184,221); }

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

border-color css

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

 span { border-color: rgb(215,184,221); }

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