Html Css Color HEX #D7B9DE Thistle

📋 copy color: '#D7B9DE'

red 215 ◦ green 185 ◦ blue 222

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

Shades of Thistle #D7B9DE

Tints of Thistle #D7B9DE

RGB

 RED value IS 215 (84.38% from 255) = 34.57%

 GREEN value IS 185 (72.66% from 255) = 29.74%

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

R = 34.57%
G = 29.74%
B = 35.69%

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

#D7B9DE (or 0xD7B9DE) is known color: Thistle. HEX triplet: D7, B9 and DE. RGB value is (215,185,222). Sum of RGB (Red+Green+Blue) = 215+185+222=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7B9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B9DE is #284621. Grayscale: #C6C6C6. Windows color (decimal): -2639394 or 14596567. OLE color: 14596567.

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

Color convert

RGB 215 185 222 -
CMYK 0.03 0.17 0 0.13
HSL 288.65º 0.36% 0.8% -
HSV(B) 288.65º 0.17% 0.87% -
XYZ 58.56 54.42 76.52 -
YUV 198.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 215 185 222 0.03 0.17 0 0.13 288.65 0.36 0.8
Hex D7 B9 DE 3 11 0 D 121 24 50
Octal 327 271 336 3 21 0 15 441 44 120
Binary 11010111 10111001 11011110 11 10001 0 1101 100100001 100100 1010000

Color Harmonies of #D7B9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B9DE

Black with #D7B9DE

Text Example


Text Example

White with #D7B9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B9DE; }

 p { color: rgb(215,185,222); }

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

background-color css

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

 a { background-color: rgb(215,185,222); }

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

border-color css

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

 span { border-color: rgb(215,185,222); }

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