Html Css Color HEX #D7BEDB Thistle

📋 copy color: '#D7BEDB'

red 215 ◦ green 190 ◦ blue 219

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

Shades of Thistle #D7BEDB

Tints of Thistle #D7BEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 34.46%
G = 30.45%
B = 35.1%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7BEDB (or 0xD7BEDB) is known color: Thistle. HEX triplet: D7, BE and DB. RGB value is (215,190,219). Sum of RGB (Red+Green+Blue) = 215+190+219=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BEDB is #284124. Grayscale: #C8C8C8. Windows color (decimal): -2638117 or 14401239. OLE color: 14401239.

HSL color Cylindrical-coordinate representation of color #D7BEDB: hue angle of 291.72º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BEDB is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 190 219 -
CMYK 0.02 0.13 0 0.14
HSL 291.72º 0.29% 0.8% -
HSV(B) 291.72º 0.13% 0.86% -
XYZ 59.22 56.39 74.78 -
YUV 200.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 215 190 219 0.02 0.13 0 0.14 291.72 0.29 0.8
Hex D7 BE DB 2 D 0 E 124 1D 50
Octal 327 276 333 2 15 0 16 444 35 120
Binary 11010111 10111110 11011011 10 1101 0 1110 100100100 11101 1010000

Color Harmonies of #D7BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BEDB

Black with #D7BEDB

Text Example


Text Example

White with #D7BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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