Html Css Color HEX #D7BBDA Thistle

📋 copy color: '#D7BBDA'

red 215 ◦ green 187 ◦ blue 218

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

Shades of Thistle #D7BBDA

Tints of Thistle #D7BBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.16%

R = 34.68%
G = 30.16%
B = 35.16%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D7BBDA (or 0xD7BBDA) is known color: Thistle. HEX triplet: D7, BB and DA. RGB value is (215,187,218). Sum of RGB (Red+Green+Blue) = 215+187+218=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBDA is #284425. Grayscale: #C6C6C6. Windows color (decimal): -2638886 or 14334935. OLE color: 14334935.

HSL color Cylindrical-coordinate representation of color #D7BBDA: hue angle of 294.19º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7BBDA is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 187 218 -
CMYK 0.01 0.14 0 0.15
HSL 294.19º 0.3% 0.79% -
HSV(B) 294.19º 0.14% 0.85% -
XYZ 58.45 55.05 73.87 -
YUV 198.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 215 187 218 0.01 0.14 0 0.15 294.19 0.3 0.79
Hex D7 BB DA 1 E 0 F 126 1E 4F
Octal 327 273 332 1 16 0 17 446 36 117
Binary 11010111 10111011 11011010 1 1110 0 1111 100100110 11110 1001111

Color Harmonies of #D7BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BBDA

Black with #D7BBDA

Text Example


Text Example

White with #D7BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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