#DFBBDE

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

Shades of Thistle #DFBBDE

Tints of Thistle #DFBBDE

Color information

#DFBBDE (or 0xDFBBDE) is unknown color: approx Thistle. HEX triplet: DF, BB and DE. RGB value is (223,187,222). Sum of RGB (Red+Green+Blue) = 223+187+222=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBDE is #204421. Grayscale: #C9C9C9. Windows color (decimal): -2114594 or 14597087. OLE color: 14597087.

HSL color Cylindrical-coordinate representation of color #DFBBDE: hue angle of 301.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBBDE is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB223187222-
CMYK00.160.000.13
HSL301.67º36%80.39%-
HSV(B)301.67º16.14%87.45%-
XYZ61.3956.576.78-
YUV201.75139.43143.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 187 (73.44% from 255) = 29.59%
BLUE value IS 222 (87.11% from 255) = 35.13%
R=35.28%
G=29.59%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318722200.160.000.13301.673680.39
HexDFBBDE0100D12e2450
Octal33727333602001545644120
Binary110111111011101111011110010000011011001011101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBDE; }

 p { color: rgb(223,187,222); }

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

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

 a { background-color: rgb(223,187,222); }

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

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

 span { border-color: rgb(223,187,222); }

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