Html Css Color HEX #D7BED9 Thistle

📋 copy color: '#D7BED9'

red 215 ◦ green 190 ◦ blue 217

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

Shades of Thistle #D7BED9

Tints of Thistle #D7BED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.89%

R = 34.57%
G = 30.55%
B = 34.89%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D7BED9 (or 0xD7BED9) is known color: Thistle. HEX triplet: D7, BE and D9. RGB value is (215,190,217). Sum of RGB (Red+Green+Blue) = 215+190+217=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 217 - color contains mainly: blue. Hex color #D7BED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BED9 is #284126. Grayscale: #C8C8C8. Windows color (decimal): -2638119 or 14270167. OLE color: 14270167.

HSL color Cylindrical-coordinate representation of color #D7BED9: hue angle of 295.56º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7BED9 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 190 217 -
CMYK 0.01 0.12 0 0.15
HSL 295.56º 0.26% 0.8% -
HSV(B) 295.56º 0.12% 0.85% -
XYZ 58.96 56.28 73.4 -
YUV 200.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 215 190 217 0.01 0.12 0 0.15 295.56 0.26 0.8
Hex D7 BE D9 1 C 0 F 128 1A 50
Octal 327 276 331 1 14 0 17 450 32 120
Binary 11010111 10111110 11011001 1 1100 0 1111 100101000 11010 1010000

Color Harmonies of #D7BED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BED9

Black with #D7BED9

Text Example


Text Example

White with #D7BED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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