Html Css Color HEX #D3BBD5 Thistle

📋 copy color: '#D3BBD5'

red 211 ◦ green 187 ◦ blue 213

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

Shades of Thistle #D3BBD5

Tints of Thistle #D3BBD5

RGB

 RED value IS 211 (82.81% from 255) = 34.53%

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

 BLUE value IS 213 (83.59% from 255) = 34.86%

R = 34.53%
G = 30.61%
B = 34.86%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D3BBD5 (or 0xD3BBD5) is known color: Thistle. HEX triplet: D3, BB and D5. RGB value is (211,187,213). Sum of RGB (Red+Green+Blue) = 211+187+213=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 213 - color contains mainly: blue. Hex color #D3BBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBD5 is #2C442A. Grayscale: #C5C5C5. Windows color (decimal): -2901035 or 14007251. OLE color: 14007251.

HSL color Cylindrical-coordinate representation of color #D3BBD5: hue angle of 295.38º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BBD5 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 187 213 -
CMYK 0.01 0.12 0 0.16
HSL 295.38º 0.24% 0.78% -
HSV(B) 295.38º 0.12% 0.84% -
XYZ 56.64 54.19 70.43 -
YUV 197.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 211 187 213 0.01 0.12 0 0.16 295.38 0.24 0.78
Hex D3 BB D5 1 C 0 10 127 18 4E
Octal 323 273 325 1 14 0 20 447 30 116
Binary 11010011 10111011 11010101 1 1100 0 10000 100100111 11000 1001110

Color Harmonies of #D3BBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BBD5

Black with #D3BBD5

Text Example


Text Example

White with #D3BBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BBD5; }

 p { color: rgb(211,187,213); }

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

background-color css

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

 a { background-color: rgb(211,187,213); }

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

border-color css

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

 span { border-color: rgb(211,187,213); }

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