Html Css Color HEX #DBBBE0 Thistle

📋 copy color: '#DBBBE0'

red 219 ◦ green 187 ◦ blue 224

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

Shades of Thistle #DBBBE0

Tints of Thistle #DBBBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.56%

R = 34.76%
G = 29.68%
B = 35.56%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBBBE0 (or 0xDBBBE0) is known color: Thistle. HEX triplet: DB, BB and E0. RGB value is (219,187,224). Sum of RGB (Red+Green+Blue) = 219+187+224=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBE0 is #24441F. Grayscale: #C8C8C8. Windows color (decimal): -2376736 or 14728155. OLE color: 14728155.

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

Color convert

RGB 219 187 224 -
CMYK 0.02 0.17 0 0.12
HSL 291.89º 0.37% 0.81% -
HSV(B) 291.89º 0.17% 0.88% -
XYZ 60.44 55.98 78.14 -
YUV 200.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 219 187 224 0.02 0.17 0 0.12 291.89 0.37 0.81
Hex DB BB E0 2 11 0 C 124 25 51
Octal 333 273 340 2 21 0 14 444 45 121
Binary 11011011 10111011 11100000 10 10001 0 1100 100100100 100101 1010001

Color Harmonies of #DBBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBE0

Black with #DBBBE0

Text Example


Text Example

White with #DBBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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