Html Css Color HEX #D8B0E0 Thistle

📋 copy color: '#D8B0E0'

red 216 ◦ green 176 ◦ blue 224

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

Shades of Thistle #D8B0E0

Tints of Thistle #D8B0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.36%

R = 35.06%
G = 28.57%
B = 36.36%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D8B0E0 (or 0xD8B0E0) is known color: Thistle. HEX triplet: D8, B0 and E0. RGB value is (216,176,224). Sum of RGB (Red+Green+Blue) = 216+176+224=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8B0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8B0E0 is #274F1F. Grayscale: #C1C1C1. Windows color (decimal): -2576160 or 14725336. OLE color: 14725336.

HSL color Cylindrical-coordinate representation of color #D8B0E0: hue angle of 290º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8B0E0 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 176 224 -
CMYK 0.04 0.21 0 0.12
HSL 290º 0.44% 0.78% -
HSV(B) 290º 0.21% 0.88% -
XYZ 57.3 51.03 77.35 -
YUV 193.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 216 176 224 0.04 0.21 0 0.12 290 0.44 0.78
Hex D8 B0 E0 4 15 0 C 122 2C 4E
Octal 330 260 340 4 25 0 14 442 54 116
Binary 11011000 10110000 11100000 100 10101 0 1100 100100010 101100 1001110

Color Harmonies of #D8B0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B0E0

Black with #D8B0E0

Text Example


Text Example

White with #D8B0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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