Html Css Color HEX #D8B0DE Thistle

📋 copy color: '#D8B0DE'

red 216 ◦ green 176 ◦ blue 222

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

Shades of Thistle #D8B0DE

Tints of Thistle #D8B0DE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.66%

 BLUE value IS 222 (87.11% from 255) = 36.16%

R = 35.18%
G = 28.66%
B = 36.16%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D8B0DE (or 0xD8B0DE) is known color: Thistle. HEX triplet: D8, B0 and DE. RGB value is (216,176,222). Sum of RGB (Red+Green+Blue) = 216+176+222=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0DE is #274F21. Grayscale: #C1C1C1. Windows color (decimal): -2576162 or 14594264. OLE color: 14594264.

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

Color convert

RGB 216 176 222 -
CMYK 0.03 0.21 0 0.13
HSL 292.17º 0.41% 0.78% -
HSV(B) 292.17º 0.21% 0.87% -
XYZ 57.03 50.92 75.93 -
YUV 193.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 216 176 222 0.03 0.21 0 0.13 292.17 0.41 0.78
Hex D8 B0 DE 3 15 0 D 124 29 4E
Octal 330 260 336 3 25 0 15 444 51 116
Binary 11011000 10110000 11011110 11 10101 0 1101 100100100 101001 1001110

Color Harmonies of #D8B0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B0DE

Black with #D8B0DE

Text Example


Text Example

White with #D8B0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B0DE; }

 p { color: rgb(216,176,222); }

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

background-color css

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

 a { background-color: rgb(216,176,222); }

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

border-color css

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

 span { border-color: rgb(216,176,222); }

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