Html Css Color HEX #D9BDDE Thistle

📋 copy color: '#D9BDDE'

red 217 ◦ green 189 ◦ blue 222

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

Shades of Thistle #D9BDDE

Tints of Thistle #D9BDDE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.1%

 BLUE value IS 222 (87.11% from 255) = 35.35%

R = 34.55%
G = 30.1%
B = 35.35%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9BDDE (or 0xD9BDDE) is known color: Thistle. HEX triplet: D9, BD and DE. RGB value is (217,189,222). Sum of RGB (Red+Green+Blue) = 217+189+222=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDDE is #264221. Grayscale: #C9C9C9. Windows color (decimal): -2507298 or 14597593. OLE color: 14597593.

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

Color convert

RGB 217 189 222 -
CMYK 0.02 0.15 0 0.13
HSL 290.91º 0.33% 0.81% -
HSV(B) 290.91º 0.15% 0.87% -
XYZ 60 56.42 76.84 -
YUV 201.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 217 189 222 0.02 0.15 0 0.13 290.91 0.33 0.81
Hex D9 BD DE 2 F 0 D 123 21 51
Octal 331 275 336 2 17 0 15 443 41 121
Binary 11011001 10111101 11011110 10 1111 0 1101 100100011 100001 1010001

Color Harmonies of #D9BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDDE

Black with #D9BDDE

Text Example


Text Example

White with #D9BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDDE; }

 p { color: rgb(217,189,222); }

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

background-color css

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

 a { background-color: rgb(217,189,222); }

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

border-color css

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

 span { border-color: rgb(217,189,222); }

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