#DCC7DF

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

Shades of Thistle #DCC7DF

Tints of Thistle #DCC7DF

Color information

#DCC7DF (or 0xDCC7DF) is unknown color: approx Thistle. HEX triplet: DC, C7 and DF. RGB value is (220,199,223). Sum of RGB (Red+Green+Blue) = 220+199+223=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7DF is #233820. Grayscale: #CFCFCF. Windows color (decimal): -2308129 or 14665692. OLE color: 14665692.

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

Color convert

RGB220199223-
CMYK0.010.1100.13
HSL292.5º27.27%82.75%-
HSV(B)292.5º10.76%87.45%-
XYZ63.2661.3978.33-
YUV208.02136.46136.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 199 (78.12% from 255) = 31.00%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=34.27%
G=31.00%
B=34.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201992230.010.1100.13292.527.2782.75
HexDCC7DF1B0D1241b53
Octal33430733711301544433123
Binary1101110011000111110111111101101101100100100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7DF; }

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

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

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

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

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

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

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

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