Html Css Color HEX #D5B8D8 Thistle

📋 copy color: '#D5B8D8'

red 213 ◦ green 184 ◦ blue 216

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

Shades of Thistle #D5B8D8

Tints of Thistle #D5B8D8

RGB

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

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

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

R = 34.75%
G = 30.02%
B = 35.24%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5B8D8 (or 0xD5B8D8) is known color: Thistle. HEX triplet: D5, B8 and D8. RGB value is (213,184,216). Sum of RGB (Red+Green+Blue) = 213+184+216=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 216 - color contains mainly: blue. Hex color #D5B8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B8D8 is #2A4727. Grayscale: #C4C4C4. Windows color (decimal): -2770728 or 14203093. OLE color: 14203093.

HSL color Cylindrical-coordinate representation of color #D5B8D8: hue angle of 294.38º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B8D8 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 184 216 -
CMYK 0.01 0.15 0 0.15
HSL 294.38º 0.29% 0.78% -
HSV(B) 294.38º 0.15% 0.85% -
XYZ 56.98 53.38 72.27 -
YUV 196.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 213 184 216 0.01 0.15 0 0.15 294.38 0.29 0.78
Hex D5 B8 D8 1 F 0 F 126 1D 4E
Octal 325 270 330 1 17 0 17 446 35 116
Binary 11010101 10111000 11011000 1 1111 0 1111 100100110 11101 1001110

Color Harmonies of #D5B8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B8D8

Black with #D5B8D8

Text Example


Text Example

White with #D5B8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B8D8; }

 p { color: rgb(213,184,216); }

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

background-color css

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

 a { background-color: rgb(213,184,216); }

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

border-color css

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

 span { border-color: rgb(213,184,216); }

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