#DBBEDF

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

Shades of Thistle #DBBEDF

Tints of Thistle #DBBEDF

Color information

#DBBEDF (or 0xDBBEDF) is unknown color: approx Thistle. HEX triplet: DB, BE and DF. RGB value is (219,190,223). Sum of RGB (Red+Green+Blue) = 219+190+223=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEDF is #244120. Grayscale: #CACACA. Windows color (decimal): -2375969 or 14663387. OLE color: 14663387.

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

Color convert

RGB219190223-
CMYK0.020.1500.13
HSL292.73º34.02%80.98%-
HSV(B)292.73º14.8%87.45%-
XYZ60.9557.2177.64-
YUV202.43139.61139.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=34.65%
G=30.06%
B=35.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191902230.020.1500.13292.7334.0280.98
HexDBBEDF2F0D1252251
Octal33327633721701544542121
Binary110110111011111011011111101111011011001001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEDF; }

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

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

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

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

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

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

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

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