Html Css Color HEX #DBBBE3 Thistle

📋 copy color: '#DBBBE3'

red 219 ◦ green 187 ◦ blue 227

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

Shades of Thistle #DBBBE3

Tints of Thistle #DBBBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.86%

R = 34.6%
G = 29.54%
B = 35.86%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBBBE3 (or 0xDBBBE3) is known color: Thistle. HEX triplet: DB, BB and E3. RGB value is (219,187,227). Sum of RGB (Red+Green+Blue) = 219+187+227=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBBBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBE3 is #24441C. Grayscale: #C9C9C9. Windows color (decimal): -2376733 or 14924763. OLE color: 14924763.

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

Color convert

RGB 219 187 227 -
CMYK 0.04 0.18 0 0.11
HSL 288º 0.42% 0.81% -
HSV(B) 288º 0.18% 0.89% -
XYZ 60.85 56.15 80.3 -
YUV 201.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 219 187 227 0.04 0.18 0 0.11 288 0.42 0.81
Hex DB BB E3 4 12 0 B 120 2A 51
Octal 333 273 343 4 22 0 13 440 52 121
Binary 11011011 10111011 11100011 100 10010 0 1011 100100000 101010 1010001

Color Harmonies of #DBBBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBE3

Black with #DBBBE3

Text Example


Text Example

White with #DBBBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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