Html Css Color HEX #DBBDE2 Thistle

📋 copy color: '#DBBDE2'

red 219 ◦ green 189 ◦ blue 226

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

Shades of Thistle #DBBDE2

Tints of Thistle #DBBDE2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.81%

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

R = 34.54%
G = 29.81%
B = 35.65%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBBDE2 (or 0xDBBDE2) is known color: Thistle. HEX triplet: DB, BD and E2. RGB value is (219,189,226). Sum of RGB (Red+Green+Blue) = 219+189+226=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBBDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDE2 is #24421D. Grayscale: #CACACA. Windows color (decimal): -2376222 or 14859739. OLE color: 14859739.

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

Color convert

RGB 219 189 226 -
CMYK 0.03 0.16 0 0.11
HSL 288.65º 0.39% 0.81% -
HSV(B) 288.65º 0.16% 0.89% -
XYZ 61.14 56.95 79.72 -
YUV 202.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 219 189 226 0.03 0.16 0 0.11 288.65 0.39 0.81
Hex DB BD E2 3 10 0 B 121 27 51
Octal 333 275 342 3 20 0 13 441 47 121
Binary 11011011 10111101 11100010 11 10000 0 1011 100100001 100111 1010001

Color Harmonies of #DBBDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBDE2

Black with #DBBDE2

Text Example


Text Example

White with #DBBDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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