Html Css Color HEX #D5BED7 Thistle

📋 copy color: '#D5BED7'

red 213 ◦ green 190 ◦ blue 215

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

Shades of Thistle #D5BED7

Tints of Thistle #D5BED7

RGB

 RED value IS 213 (83.59% from 255) = 34.47%

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

 BLUE value IS 215 (84.38% from 255) = 34.79%

R = 34.47%
G = 30.74%
B = 34.79%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D5BED7 (or 0xD5BED7) is known color: Thistle. HEX triplet: D5, BE and D7. RGB value is (213,190,215). Sum of RGB (Red+Green+Blue) = 213+190+215=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 215 - color contains mainly: blue. Hex color #D5BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BED7 is #2A4128. Grayscale: #C7C7C7. Windows color (decimal): -2769193 or 14139093. OLE color: 14139093.

HSL color Cylindrical-coordinate representation of color #D5BED7: hue angle of 295.2º degrees, saturation: 0.24, 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 #D5BED7 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 190 215 -
CMYK 0.01 0.12 0 0.16
HSL 295.2º 0.24% 0.79% -
HSV(B) 295.2º 0.12% 0.84% -
XYZ 58.12 55.88 72.01 -
YUV 199.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 213 190 215 0.01 0.12 0 0.16 295.2 0.24 0.79
Hex D5 BE D7 1 C 0 10 127 18 4F
Octal 325 276 327 1 14 0 20 447 30 117
Binary 11010101 10111110 11010111 1 1100 0 10000 100100111 11000 1001111

Color Harmonies of #D5BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BED7

Black with #D5BED7

Text Example


Text Example

White with #D5BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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