#DFCADF

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

Shades of Thistle #DFCADF

Tints of Thistle #DFCADF

Color information

#DFCADF (or 0xDFCADF) is unknown color: approx Thistle. HEX triplet: DF, CA and DF. RGB value is (223,202,223). Sum of RGB (Red+Green+Blue) = 223+202+223=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCADF is #203520. Grayscale: #D2D2D2. Windows color (decimal): -2110753 or 14666463. OLE color: 14666463.

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

Color convert

RGB223202223-
CMYK00.0900.13
HSL300º24.71%83.33%-
HSV(B)300º9.42%87.45%-
XYZ64.8763.2678.6-
YUV210.67134.96136.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 223 (87.5% from 255) = 34.41%
R=34.41%
G=31.17%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320222300.0900.1330024.7183.33
HexDFCADF090D12c1953
Octal33731233701101545431123
Binary1101111111001010110111110100101101100101100110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCADF; }

 p { color: rgb(223,202,223); }

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

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

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

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

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

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

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