#DFB9E6

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

Shades of Thistle #DFB9E6

Tints of Thistle #DFB9E6

Color information

#DFB9E6 (or 0xDFB9E6) is unknown color: approx Thistle. HEX triplet: DF, B9 and E6. RGB value is (223,185,230). Sum of RGB (Red+Green+Blue) = 223+185+230=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFB9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB9E6 is #204619. Grayscale: #C9C9C9. Windows color (decimal): -2115098 or 15120863. OLE color: 15120863.

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

Color convert

RGB223185230-
CMYK0.030.2000.10
HSL290.67º47.37%81.37%-
HSV(B)290.67º19.57%90.2%-
XYZ62.0656.182.42-
YUV201.49144.09143.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 185 (72.66% from 255) = 29.00%
BLUE value IS 230 (90.23% from 255) = 36.05%
R=34.95%
G=29.00%
B=36.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2231852300.030.2000.10290.6747.3781.37
HexDFB9E63140A1232f51
Octal33727134632401244357121
Binary1101111110111001111001101110100010101001000111011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB9E6; }

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

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

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

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

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

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

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

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