#DFCCDC

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

Shades of Thistle #DFCCDC

Tints of Thistle #DFCCDC

Color information

#DFCCDC (or 0xDFCCDC) is unknown color: approx Thistle. HEX triplet: DF, CC and DC. RGB value is (223,204,220). Sum of RGB (Red+Green+Blue) = 223+204+220=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCDC is #203323. Grayscale: #D3D3D3. Windows color (decimal): -2110244 or 14470367. OLE color: 14470367.

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

Color convert

RGB223204220-
CMYK00.090.010.13
HSL309.47º22.89%83.73%-
HSV(B)309.47º8.52%87.45%-
XYZ64.9464.0476.65-
YUV211.5132.79136.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=34.47%
G=31.53%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320422000.090.010.13309.4722.8983.73
HexDFCCDC091D1351754
Octal33731433401111546527124
Binary1101111111001100110111000100111101100110101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCDC; }

 p { color: rgb(223,204,220); }

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

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

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

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

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

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

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