#DBBEDD

Color #DBBEDD Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #DBBEDD

Tints of Thistle #DBBEDD

Color information

#DBBEDD (or 0xDBBEDD) is unknown color: approx Thistle. HEX triplet: DB, BE and DD. RGB value is (219,190,221). Sum of RGB (Red+Green+Blue) = 219+190+221=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEDD is #244122. Grayscale: #CACACA. Windows color (decimal): -2375971 or 14532315. OLE color: 14532315.

HSL color Cylindrical-coordinate representation of color #DBBEDD: hue angle of 296.13º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBEDD is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219190221-
CMYK0.010.1400.13
HSL296.13º31.31%80.59%-
HSV(B)296.13º14.03%86.67%-
XYZ60.6857.1176.23-
YUV202.2138.61139.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=34.76%
G=30.16%
B=35.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191902210.010.1400.13296.1331.3180.59
HexDBBEDD1E0D1281f51
Octal33327633511601545037121
Binary1101101110111110110111011111001101100101000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEDD; }

 p { color: rgb(219,190,221); }

 H1.HeaderClassName
 {
   color: #DBBEDD;
 }
 .AnyTagClassName
 {
   color: #DBBEDD;
 }
</style>
background-color css

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

 a { background-color: rgb(219,190,221); }

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

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

 span { border-color: rgb(219,190,221); }

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