Html Css Color HEX #D7BDDB Thistle

📋 copy color: '#D7BDDB'

red 215 ◦ green 189 ◦ blue 219

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

Shades of Thistle #D7BDDB

Tints of Thistle #D7BDDB

RGB

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

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

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

R = 34.51%
G = 30.34%
B = 35.15%

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

#D7BDDB (or 0xD7BDDB) is known color: Thistle. HEX triplet: D7, BD and DB. RGB value is (215,189,219). Sum of RGB (Red+Green+Blue) = 215+189+219=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDDB is #284224. Grayscale: #C8C8C8. Windows color (decimal): -2638373 or 14400983. OLE color: 14400983.

HSL color Cylindrical-coordinate representation of color #D7BDDB: hue angle of 292º degrees, saturation: 0.29, 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 #D7BDDB is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 189 219 -
CMYK 0.02 0.14 0 0.14
HSL 292º 0.29% 0.8% -
HSV(B) 292º 0.14% 0.86% -
XYZ 59.01 55.96 74.71 -
YUV 200.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 215 189 219 0.02 0.14 0 0.14 292 0.29 0.8
Hex D7 BD DB 2 E 0 E 124 1D 50
Octal 327 275 333 2 16 0 16 444 35 120
Binary 11010111 10111101 11011011 10 1110 0 1110 100100100 11101 1010000

Color Harmonies of #D7BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BDDB

Black with #D7BDDB

Text Example


Text Example

White with #D7BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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