Html Css Color HEX #D8B8DF Thistle

📋 copy color: '#D8B8DF'

red 216 ◦ green 184 ◦ blue 223

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

Shades of Thistle #D8B8DF

Tints of Thistle #D8B8DF

RGB

 RED value IS 216 (84.77% from 255) = 34.67%

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

 BLUE value IS 223 (87.5% from 255) = 35.79%

R = 34.67%
G = 29.53%
B = 35.79%

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

#D8B8DF (or 0xD8B8DF) is known color: Thistle. HEX triplet: D8, B8 and DF. RGB value is (216,184,223). Sum of RGB (Red+Green+Blue) = 216+184+223=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8B8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B8DF is #274720. Grayscale: #C5C5C5. Windows color (decimal): -2574113 or 14661848. OLE color: 14661848.

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

Color convert

RGB 216 184 223 -
CMYK 0.03 0.17 0 0.13
HSL 289.23º 0.38% 0.8% -
HSV(B) 289.23º 0.17% 0.87% -
XYZ 58.78 54.21 77.18 -
YUV 198.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 216 184 223 0.03 0.17 0 0.13 289.23 0.38 0.8
Hex D8 B8 DF 3 11 0 D 121 26 50
Octal 330 270 337 3 21 0 15 441 46 120
Binary 11011000 10111000 11011111 11 10001 0 1101 100100001 100110 1010000

Color Harmonies of #D8B8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B8DF

Black with #D8B8DF

Text Example


Text Example

White with #D8B8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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