Html Css Color HEX #D7BBDB Thistle

📋 copy color: '#D7BBDB'

red 215 ◦ green 187 ◦ blue 219

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

Shades of Thistle #D7BBDB

Tints of Thistle #D7BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.11%

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

R = 34.62%
G = 30.11%
B = 35.27%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7BBDB (or 0xD7BBDB) is known color: Thistle. HEX triplet: D7, BB and DB. RGB value is (215,187,219). Sum of RGB (Red+Green+Blue) = 215+187+219=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBDB is #284424. Grayscale: #C6C6C6. Windows color (decimal): -2638885 or 14400471. OLE color: 14400471.

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

Color convert

RGB 215 187 219 -
CMYK 0.02 0.15 0 0.14
HSL 292.5º 0.31% 0.8% -
HSV(B) 292.5º 0.15% 0.86% -
XYZ 58.58 55.1 74.57 -
YUV 199.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 215 187 219 0.02 0.15 0 0.14 292.5 0.31 0.8
Hex D7 BB DB 2 F 0 E 124 1F 50
Octal 327 273 333 2 17 0 16 444 37 120
Binary 11010111 10111011 11011011 10 1111 0 1110 100100100 11111 1010000

Color Harmonies of #D7BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BBDB

Black with #D7BBDB

Text Example


Text Example

White with #D7BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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