Html Css Color HEX #D9BADF Thistle

📋 copy color: '#D9BADF'

red 217 ◦ green 186 ◦ blue 223

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

Shades of Thistle #D9BADF

Tints of Thistle #D9BADF

RGB

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

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

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

R = 34.66%
G = 29.71%
B = 35.62%

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

#D9BADF (or 0xD9BADF) is known color: Thistle. HEX triplet: D9, BA and DF. RGB value is (217,186,223). Sum of RGB (Red+Green+Blue) = 217+186+223=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BADF is #264520. Grayscale: #C7C7C7. Windows color (decimal): -2508065 or 14662361. OLE color: 14662361.

HSL color Cylindrical-coordinate representation of color #D9BADF: hue angle of 290.27º degrees, saturation: 0.37, 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 #D9BADF is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 186 223 -
CMYK 0.03 0.17 0 0.13
HSL 290.27º 0.37% 0.8% -
HSV(B) 290.27º 0.17% 0.87% -
XYZ 59.49 55.2 77.33 -
YUV 199.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 217 186 223 0.03 0.17 0 0.13 290.27 0.37 0.8
Hex D9 BA DF 3 11 0 D 122 25 50
Octal 331 272 337 3 21 0 15 442 45 120
Binary 11011001 10111010 11011111 11 10001 0 1101 100100010 100101 1010000

Color Harmonies of #D9BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BADF

Black with #D9BADF

Text Example


Text Example

White with #D9BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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