Html Css Color HEX #D5BBDA Thistle

📋 copy color: '#D5BBDA'

red 213 ◦ green 187 ◦ blue 218

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

Shades of Thistle #D5BBDA

Tints of Thistle #D5BBDA

RGB

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

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

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

R = 34.47%
G = 30.26%
B = 35.28%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5BBDA (or 0xD5BBDA) is known color: Thistle. HEX triplet: D5, BB and DA. RGB value is (213,187,218). Sum of RGB (Red+Green+Blue) = 213+187+218=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBDA is #2A4425. Grayscale: #C6C6C6. Windows color (decimal): -2769958 or 14334933. OLE color: 14334933.

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

Color convert

RGB 213 187 218 -
CMYK 0.02 0.14 0 0.15
HSL 290.32º 0.3% 0.79% -
HSV(B) 290.32º 0.14% 0.85% -
XYZ 57.87 54.75 73.85 -
YUV 198.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 213 187 218 0.02 0.14 0 0.15 290.32 0.3 0.79
Hex D5 BB DA 2 E 0 F 122 1E 4F
Octal 325 273 332 2 16 0 17 442 36 117
Binary 11010101 10111011 11011010 10 1110 0 1111 100100010 11110 1001111

Color Harmonies of #D5BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBDA

Black with #D5BBDA

Text Example


Text Example

White with #D5BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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