#DFC8DE

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

Shades of Thistle #DFC8DE

Tints of Thistle #DFC8DE

Color information

#DFC8DE (or 0xDFC8DE) is unknown color: approx Thistle. HEX triplet: DF, C8 and DE. RGB value is (223,200,222). Sum of RGB (Red+Green+Blue) = 223+200+222=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8DE is #203721. Grayscale: #D1D1D1. Windows color (decimal): -2111266 or 14600415. OLE color: 14600415.

HSL color Cylindrical-coordinate representation of color #DFC8DE: hue angle of 302.61º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFC8DE is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB223200222-
CMYK00.100.000.13
HSL302.61º26.44%82.94%-
HSV(B)302.61º10.31%87.45%-
XYZ64.2762.2777.74-
YUV209.38135.12137.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.57%
GREEN value IS 200 (78.52% from 255) = 31.01%
BLUE value IS 222 (87.11% from 255) = 34.42%
R=34.57%
G=31.01%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320022200.100.000.13302.6126.4482.94
HexDFC8DE0A0D12f1a53
Octal33731033601201545732123
Binary1101111111001000110111100101001101100101111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8DE; }

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

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

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

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

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

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

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

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