Html Css Color HEX #D5BBD6 Thistle

📋 copy color: '#D5BBD6'

red 213 ◦ green 187 ◦ blue 214

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

Shades of Thistle #D5BBD6

Tints of Thistle #D5BBD6

RGB

 RED value IS 213 (83.59% from 255) = 34.69%

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

 BLUE value IS 214 (83.98% from 255) = 34.85%

R = 34.69%
G = 30.46%
B = 34.85%

CMYK

 C value IS 0.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D5BBD6 (or 0xD5BBD6) is known color: Thistle. HEX triplet: D5, BB and D6. RGB value is (213,187,214). Sum of RGB (Red+Green+Blue) = 213+187+214=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 214 - color contains mainly: blue. Hex color #D5BBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBD6 is #2A4429. Grayscale: #C5C5C5. Windows color (decimal): -2769962 or 14072789. OLE color: 14072789.

HSL color Cylindrical-coordinate representation of color #D5BBD6: hue angle of 297.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BBD6 is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 187 214 -
CMYK 0.00 0.13 0 0.16
HSL 297.78º 0.25% 0.79% -
HSV(B) 297.78º 0.13% 0.84% -
XYZ 57.35 54.54 71.12 -
YUV 197.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 213 187 214 0.00 0.13 0 0.16 297.78 0.25 0.79
Hex D5 BB D6 0 D 0 10 12A 19 4F
Octal 325 273 326 0 15 0 20 452 31 117
Binary 11010101 10111011 11010110 0 1101 0 10000 100101010 11001 1001111

Color Harmonies of #D5BBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBD6

Black with #D5BBD6

Text Example


Text Example

White with #D5BBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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