Html Css Color HEX #D9BDE2 Thistle

📋 copy color: '#D9BDE2'

red 217 ◦ green 189 ◦ blue 226

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

Shades of Thistle #D9BDE2

Tints of Thistle #D9BDE2

RGB

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

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

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

R = 34.34%
G = 29.91%
B = 35.76%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D9BDE2 (or 0xD9BDE2) is known color: Thistle. HEX triplet: D9, BD and E2. RGB value is (217,189,226). Sum of RGB (Red+Green+Blue) = 217+189+226=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #D9BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDE2 is #26421D. Grayscale: #C9C9C9. Windows color (decimal): -2507294 or 14859737. OLE color: 14859737.

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

Color convert

RGB 217 189 226 -
CMYK 0.04 0.16 0 0.11
HSL 285.41º 0.39% 0.81% -
HSV(B) 285.41º 0.16% 0.89% -
XYZ 60.54 56.64 79.69 -
YUV 201.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 217 189 226 0.04 0.16 0 0.11 285.41 0.39 0.81
Hex D9 BD E2 4 10 0 B 11D 27 51
Octal 331 275 342 4 20 0 13 435 47 121
Binary 11011001 10111101 11100010 100 10000 0 1011 100011101 100111 1010001

Color Harmonies of #D9BDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDE2

Black with #D9BDE2

Text Example


Text Example

White with #D9BDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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