Html Css Color HEX #D9BAE0 Thistle

📋 copy color: '#D9BAE0'

red 217 ◦ green 186 ◦ blue 224

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

Shades of Thistle #D9BAE0

Tints of Thistle #D9BAE0

RGB

 RED value IS 217 (85.16% from 255) = 34.61%

 GREEN value IS 186 (73.05% from 255) = 29.67%

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

R = 34.61%
G = 29.67%
B = 35.73%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D9BAE0 (or 0xD9BAE0) is known color: Thistle. HEX triplet: D9, BA and E0. RGB value is (217,186,224). Sum of RGB (Red+Green+Blue) = 217+186+224=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9BAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAE0 is #26451F. Grayscale: #C7C7C7. Windows color (decimal): -2508064 or 14727897. OLE color: 14727897.

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

Color convert

RGB 217 186 224 -
CMYK 0.03 0.17 0 0.12
HSL 288.95º 0.38% 0.8% -
HSV(B) 288.95º 0.17% 0.88% -
XYZ 59.63 55.25 78.04 -
YUV 199.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 217 186 224 0.03 0.17 0 0.12 288.95 0.38 0.8
Hex D9 BA E0 3 11 0 C 121 26 50
Octal 331 272 340 3 21 0 14 441 46 120
Binary 11011001 10111010 11100000 11 10001 0 1100 100100001 100110 1010000

Color Harmonies of #D9BAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAE0

Black with #D9BAE0

Text Example


Text Example

White with #D9BAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAE0; }

 p { color: rgb(217,186,224); }

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

background-color css

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

 a { background-color: rgb(217,186,224); }

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

border-color css

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

 span { border-color: rgb(217,186,224); }

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