#DFCDDC

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

Shades of Thistle #DFCDDC

Tints of Thistle #DFCDDC

Color information

#DFCDDC (or 0xDFCDDC) is unknown color: approx Thistle. HEX triplet: DF, CD and DC. RGB value is (223,205,220). Sum of RGB (Red+Green+Blue) = 223+205+220=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCDDC is #203223. Grayscale: #D4D4D4. Windows color (decimal): -2109988 or 14470623. OLE color: 14470623.

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

Color convert

RGB223205220-
CMYK00.080.010.13
HSL310º21.95%83.92%-
HSV(B)310º8.07%87.45%-
XYZ65.1864.5276.73-
YUV212.09132.46135.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=34.41%
G=31.64%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320522000.080.010.1331021.9583.92
HexDFCDDC081D1361654
Octal33731533401011546626124
Binary1101111111001101110111000100011101100110110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCDDC; }

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

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

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

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

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

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

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

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