#DCC7E0

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

Shades of Thistle #DCC7E0

Tints of Thistle #DCC7E0

Color information

#DCC7E0 (or 0xDCC7E0) is unknown color: approx Thistle. HEX triplet: DC, C7 and E0. RGB value is (220,199,224). Sum of RGB (Red+Green+Blue) = 220+199+224=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCC7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7E0 is #23381F. Grayscale: #D0D0D0. Windows color (decimal): -2308128 or 14731228. OLE color: 14731228.

HSL color Cylindrical-coordinate representation of color #DCC7E0: hue angle of 290.4º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC7E0 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220199224-
CMYK0.020.1100.12
HSL290.4º28.74%82.94%-
HSV(B)290.4º11.16%87.84%-
XYZ63.3961.4479.04-
YUV208.13136.96136.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 199 (78.12% from 255) = 30.95%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=34.21%
G=30.95%
B=34.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201992240.020.1100.12290.428.7482.94
HexDCC7E02B0C1221d53
Octal33430734021301444235123
Binary11011100110001111110000010101101100100100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7E0; }

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

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

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

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

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

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

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

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