Html Css Color HEX #DBBBE2 Thistle

📋 copy color: '#DBBBE2'

red 219 ◦ green 187 ◦ blue 226

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

Shades of Thistle #DBBBE2

Tints of Thistle #DBBBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.76%

R = 34.65%
G = 29.59%
B = 35.76%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBBBE2 (or 0xDBBBE2) is known color: Thistle. HEX triplet: DB, BB and E2. RGB value is (219,187,226). Sum of RGB (Red+Green+Blue) = 219+187+226=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBE2 is #24441D. Grayscale: #C8C8C8. Windows color (decimal): -2376734 or 14859227. OLE color: 14859227.

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

Color convert

RGB 219 187 226 -
CMYK 0.03 0.17 0 0.11
HSL 289.23º 0.4% 0.81% -
HSV(B) 289.23º 0.17% 0.89% -
XYZ 60.71 56.09 79.58 -
YUV 201.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 219 187 226 0.03 0.17 0 0.11 289.23 0.4 0.81
Hex DB BB E2 3 11 0 B 121 28 51
Octal 333 273 342 3 21 0 13 441 50 121
Binary 11011011 10111011 11100010 11 10001 0 1011 100100001 101000 1010001

Color Harmonies of #DBBBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBE2

Black with #DBBBE2

Text Example


Text Example

White with #DBBBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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