Html Css Color HEX #D5BDDB Thistle

📋 copy color: '#D5BDDB'

red 213 ◦ green 189 ◦ blue 219

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

Shades of Thistle #D5BDDB

Tints of Thistle #D5BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.43%

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

R = 34.3%
G = 30.43%
B = 35.27%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5BDDB (or 0xD5BDDB) is known color: Thistle. HEX triplet: D5, BD and DB. RGB value is (213,189,219). Sum of RGB (Red+Green+Blue) = 213+189+219=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 189 (74.22% from 255 or 30.43% 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 #D5BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDDB is #2A4224. Grayscale: #C7C7C7. Windows color (decimal): -2769445 or 14400981. OLE color: 14400981.

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

Color convert

RGB 213 189 219 -
CMYK 0.03 0.14 0 0.14
HSL 288º 0.29% 0.8% -
HSV(B) 288º 0.14% 0.86% -
XYZ 58.42 55.66 74.68 -
YUV 199.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 213 189 219 0.03 0.14 0 0.14 288 0.29 0.8
Hex D5 BD DB 3 E 0 E 120 1D 50
Octal 325 275 333 3 16 0 16 440 35 120
Binary 11010101 10111101 11011011 11 1110 0 1110 100100000 11101 1010000

Color Harmonies of #D5BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BDDB

Black with #D5BDDB

Text Example


Text Example

White with #D5BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BDDB; }

 p { color: rgb(213,189,219); }

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

background-color css

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

 a { background-color: rgb(213,189,219); }

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

border-color css

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

 span { border-color: rgb(213,189,219); }

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