#DFCADE

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

Shades of Thistle #DFCADE

Tints of Thistle #DFCADE

Color information

#DFCADE (or 0xDFCADE) is unknown color: approx Thistle. HEX triplet: DF, CA and DE. RGB value is (223,202,222). Sum of RGB (Red+Green+Blue) = 223+202+222=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCADE is #203521. Grayscale: #D2D2D2. Windows color (decimal): -2110754 or 14600927. OLE color: 14600927.

HSL color Cylindrical-coordinate representation of color #DFCADE: hue angle of 302.86º 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 #DFCADE is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB223202222-
CMYK00.090.000.13
HSL302.86º24.71%83.33%-
HSV(B)302.86º9.42%87.45%-
XYZ64.7463.277.89-
YUV210.56134.46136.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 222 (87.11% from 255) = 34.31%
R=34.47%
G=31.22%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320222200.090.000.13302.8624.7183.33
HexDFCADE090D12f1953
Octal33731233601101545731123
Binary1101111111001010110111100100101101100101111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCADE; }

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

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

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

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

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

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

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

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