Html Css Color HEX #D7BDD5 Thistle

📋 copy color: '#D7BDD5'

red 215 ◦ green 189 ◦ blue 213

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

Shades of Thistle #D7BDD5

Tints of Thistle #D7BDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.52%

R = 34.85%
G = 30.63%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D7BDD5 (or 0xD7BDD5) is known color: Thistle. HEX triplet: D7, BD and D5. RGB value is (215,189,213). Sum of RGB (Red+Green+Blue) = 215+189+213=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDD5 is #28422A. Grayscale: #C7C7C7. Windows color (decimal): -2638379 or 14007767. OLE color: 14007767.

HSL color Cylindrical-coordinate representation of color #D7BDD5: hue angle of 304.62º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7BDD5 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 189 213 -
CMYK 0 0.12 0.01 0.16
HSL 304.62º 0.25% 0.79% -
HSV(B) 304.62º 0.12% 0.84% -
XYZ 58.23 55.65 70.62 -
YUV 199.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 215 189 213 0 0.12 0.01 0.16 304.62 0.25 0.79
Hex D7 BD D5 0 C 1 10 131 19 4F
Octal 327 275 325 0 14 1 20 461 31 117
Binary 11010111 10111101 11010101 0 1100 1 10000 100110001 11001 1001111

Color Harmonies of #D7BDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BDD5

Black with #D7BDD5

Text Example


Text Example

White with #D7BDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BDD5; }

 p { color: rgb(215,189,213); }

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

background-color css

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

 a { background-color: rgb(215,189,213); }

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

border-color css

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

 span { border-color: rgb(215,189,213); }

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