#DFB6E6

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

Shades of Thistle #DFB6E6

Tints of Thistle #DFB6E6

Color information

#DFB6E6 (or 0xDFB6E6) is unknown color: approx Thistle. HEX triplet: DF, B6 and E6. RGB value is (223,182,230). Sum of RGB (Red+Green+Blue) = 223+182+230=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFB6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6E6 is #204919. Grayscale: #C7C7C7. Windows color (decimal): -2115866 or 15120095. OLE color: 15120095.

HSL color Cylindrical-coordinate representation of color #DFB6E6: hue angle of 291.25º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB6E6 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223182230-
CMYK0.030.2100.10
HSL291.25º48.98%80.78%-
HSV(B)291.25º20.87%90.2%-
XYZ61.4454.8682.21-
YUV199.73145.08144.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 182 (71.48% from 255) = 28.66%
BLUE value IS 230 (90.23% from 255) = 36.22%
R=35.12%
G=28.66%
B=36.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231822300.030.2100.10291.2548.9880.78
HexDFB6E63150A1233151
Octal33726634632501244361121
Binary1101111110110110111001101110101010101001000111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6E6; }

 p { color: rgb(223,182,230); }

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

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

 a { background-color: rgb(223,182,230); }

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

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

 span { border-color: rgb(223,182,230); }

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