Html Css Color HEX #D9BEDD Thistle

📋 copy color: '#D9BEDD'

red 217 ◦ green 190 ◦ blue 221

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

Shades of Thistle #D9BEDD

Tints of Thistle #D9BEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.19%

R = 34.55%
G = 30.25%
B = 35.19%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9BEDD (or 0xD9BEDD) is known color: Thistle. HEX triplet: D9, BE and DD. RGB value is (217,190,221). Sum of RGB (Red+Green+Blue) = 217+190+221=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BEDD is #264122. Grayscale: #C9C9C9. Windows color (decimal): -2507043 or 14532313. OLE color: 14532313.

HSL color Cylindrical-coordinate representation of color #D9BEDD: hue angle of 292.26º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BEDD is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 190 221 -
CMYK 0.02 0.14 0 0.13
HSL 292.26º 0.31% 0.81% -
HSV(B) 292.26º 0.14% 0.87% -
XYZ 60.08 56.8 76.2 -
YUV 201.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 217 190 221 0.02 0.14 0 0.13 292.26 0.31 0.81
Hex D9 BE DD 2 E 0 D 124 1F 51
Octal 331 276 335 2 16 0 15 444 37 121
Binary 11011001 10111110 11011101 10 1110 0 1101 100100100 11111 1010001

Color Harmonies of #D9BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BEDD

Black with #D9BEDD

Text Example


Text Example

White with #D9BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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