Html Css Color HEX #D7BEDC Thistle

📋 copy color: '#D7BEDC'

red 215 ◦ green 190 ◦ blue 220

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

Shades of Thistle #D7BEDC

Tints of Thistle #D7BEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.2%

R = 34.4%
G = 30.4%
B = 35.2%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7BEDC (or 0xD7BEDC) is known color: Thistle. HEX triplet: D7, BE and DC. RGB value is (215,190,220). Sum of RGB (Red+Green+Blue) = 215+190+220=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BEDC is #284123. Grayscale: #C8C8C8. Windows color (decimal): -2638116 or 14466775. OLE color: 14466775.

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

Color convert

RGB 215 190 220 -
CMYK 0.02 0.14 0 0.14
HSL 290º 0.3% 0.8% -
HSV(B) 290º 0.14% 0.86% -
XYZ 59.36 56.44 75.48 -
YUV 200.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 215 190 220 0.02 0.14 0 0.14 290 0.3 0.8
Hex D7 BE DC 2 E 0 E 122 1E 50
Octal 327 276 334 2 16 0 16 442 36 120
Binary 11010111 10111110 11011100 10 1110 0 1110 100100010 11110 1010000

Color Harmonies of #D7BEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BEDC

Black with #D7BEDC

Text Example


Text Example

White with #D7BEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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