Html Css Color HEX #DBBBE1 Thistle

📋 copy color: '#DBBBE1'

red 219 ◦ green 187 ◦ blue 225

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

Shades of Thistle #DBBBE1

Tints of Thistle #DBBBE1

RGB

 RED value IS 219 (85.94% from 255) = 34.71%

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

 BLUE value IS 225 (88.28% from 255) = 35.66%

R = 34.71%
G = 29.64%
B = 35.66%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBBBE1 (or 0xDBBBE1) is known color: Thistle. HEX triplet: DB, BB and E1. RGB value is (219,187,225). Sum of RGB (Red+Green+Blue) = 219+187+225=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBE1 is #24441E. Grayscale: #C8C8C8. Windows color (decimal): -2376735 or 14793691. OLE color: 14793691.

HSL color Cylindrical-coordinate representation of color #DBBBE1: hue angle of 290.53º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBBBE1 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 187 225 -
CMYK 0.03 0.17 0 0.12
HSL 290.53º 0.39% 0.81% -
HSV(B) 290.53º 0.17% 0.88% -
XYZ 60.57 56.04 78.86 -
YUV 200.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 219 187 225 0.03 0.17 0 0.12 290.53 0.39 0.81
Hex DB BB E1 3 11 0 C 123 27 51
Octal 333 273 341 3 21 0 14 443 47 121
Binary 11011011 10111011 11100001 11 10001 0 1100 100100011 100111 1010001

Color Harmonies of #DBBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBE1

Black with #DBBBE1

Text Example


Text Example

White with #DBBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBE1; }

 p { color: rgb(219,187,225); }

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

background-color css

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

 a { background-color: rgb(219,187,225); }

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

border-color css

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

 span { border-color: rgb(219,187,225); }

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