Html Css Color HEX #D6BED7 Thistle

📋 copy color: '#D6BED7'

red 214 ◦ green 190 ◦ blue 215

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

Shades of Thistle #D6BED7

Tints of Thistle #D6BED7

RGB

 RED value IS 214 (83.98% from 255) = 34.57%

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

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

R = 34.57%
G = 30.69%
B = 34.73%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D6BED7 (or 0xD6BED7) is known color: Thistle. HEX triplet: D6, BE and D7. RGB value is (214,190,215). Sum of RGB (Red+Green+Blue) = 214+190+215=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 215 - color contains mainly: blue. Hex color #D6BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BED7 is #294128. Grayscale: #C7C7C7. Windows color (decimal): -2703657 or 14139094. OLE color: 14139094.

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

Color convert

RGB 214 190 215 -
CMYK 0.00 0.12 0 0.16
HSL 297.6º 0.24% 0.79% -
HSV(B) 297.6º 0.12% 0.84% -
XYZ 58.41 56.03 72.03 -
YUV 200.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 214 190 215 0.00 0.12 0 0.16 297.6 0.24 0.79
Hex D6 BE D7 0 C 0 10 12A 18 4F
Octal 326 276 327 0 14 0 20 452 30 117
Binary 11010110 10111110 11010111 0 1100 0 10000 100101010 11000 1001111

Color Harmonies of #D6BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BED7

Black with #D6BED7

Text Example


Text Example

White with #D6BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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