Html Css Color HEX #D1BBD5 Thistle

📋 copy color: '#D1BBD5'

red 209 ◦ green 187 ◦ blue 213

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

Shades of Thistle #D1BBD5

Tints of Thistle #D1BBD5

RGB

 RED value IS 209 (82.03% from 255) = 34.32%

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

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

R = 34.32%
G = 30.71%
B = 34.98%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1BBD5 (or 0xD1BBD5) is known color: Thistle. HEX triplet: D1, BB and D5. RGB value is (209,187,213). Sum of RGB (Red+Green+Blue) = 209+187+213=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1BBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBD5 is #2E442A. Grayscale: #C4C4C4. Windows color (decimal): -3032107 or 14007249. OLE color: 14007249.

HSL color Cylindrical-coordinate representation of color #D1BBD5: hue angle of 290.77º 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 #D1BBD5 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 187 213 -
CMYK 0.02 0.12 0 0.16
HSL 290.77º 0.24% 0.78% -
HSV(B) 290.77º 0.12% 0.84% -
XYZ 56.08 53.9 70.4 -
YUV 196.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 209 187 213 0.02 0.12 0 0.16 290.77 0.24 0.78
Hex D1 BB D5 2 C 0 10 123 18 4E
Octal 321 273 325 2 14 0 20 443 30 116
Binary 11010001 10111011 11010101 10 1100 0 10000 100100011 11000 1001110

Color Harmonies of #D1BBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BBD5

Black with #D1BBD5

Text Example


Text Example

White with #D1BBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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