Html Css Color HEX #D9BAE2 Thistle

📋 copy color: '#D9BAE2'

red 217 ◦ green 186 ◦ blue 226

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

Shades of Thistle #D9BAE2

Tints of Thistle #D9BAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.93%

R = 34.5%
G = 29.57%
B = 35.93%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D9BAE2 (or 0xD9BAE2) is known color: Thistle. HEX triplet: D9, BA and E2. RGB value is (217,186,226). Sum of RGB (Red+Green+Blue) = 217+186+226=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 226 - color contains mainly: blue. Hex color #D9BAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAE2 is #26451D. Grayscale: #C7C7C7. Windows color (decimal): -2508062 or 14858969. OLE color: 14858969.

HSL color Cylindrical-coordinate representation of color #D9BAE2: hue angle of 286.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9BAE2 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 186 226 -
CMYK 0.04 0.18 0 0.11
HSL 286.5º 0.41% 0.81% -
HSV(B) 286.5º 0.18% 0.89% -
XYZ 59.9 55.36 79.48 -
YUV 199.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 217 186 226 0.04 0.18 0 0.11 286.5 0.41 0.81
Hex D9 BA E2 4 12 0 B 11E 29 51
Octal 331 272 342 4 22 0 13 436 51 121
Binary 11011001 10111010 11100010 100 10010 0 1011 100011110 101001 1010001

Color Harmonies of #D9BAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAE2

Black with #D9BAE2

Text Example


Text Example

White with #D9BAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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