Html Css Color HEX #D9BEE0 Thistle

📋 copy color: '#D9BEE0'

red 217 ◦ green 190 ◦ blue 224

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

Shades of Thistle #D9BEE0

Tints of Thistle #D9BEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.11%

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

R = 34.39%
G = 30.11%
B = 35.5%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D9BEE0 (or 0xD9BEE0) is known color: Thistle. HEX triplet: D9, BE and E0. RGB value is (217,190,224). Sum of RGB (Red+Green+Blue) = 217+190+224=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #D9BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEE0 is #26411F. Grayscale: #C9C9C9. Windows color (decimal): -2507040 or 14728921. OLE color: 14728921.

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

Color convert

RGB 217 190 224 -
CMYK 0.03 0.15 0 0.12
HSL 287.65º 0.35% 0.81% -
HSV(B) 287.65º 0.15% 0.88% -
XYZ 60.48 56.96 78.33 -
YUV 201.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 217 190 224 0.03 0.15 0 0.12 287.65 0.35 0.81
Hex D9 BE E0 3 F 0 C 120 23 51
Octal 331 276 340 3 17 0 14 440 43 121
Binary 11011001 10111110 11100000 11 1111 0 1100 100100000 100011 1010001

Color Harmonies of #D9BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BEE0

Black with #D9BEE0

Text Example


Text Example

White with #D9BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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