#DCC7E1

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

Shades of Thistle #DCC7E1

Tints of Thistle #DCC7E1

Color information

#DCC7E1 (or 0xDCC7E1) is unknown color: approx Thistle. HEX triplet: DC, C7 and E1. RGB value is (220,199,225). Sum of RGB (Red+Green+Blue) = 220+199+225=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCC7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7E1 is #23381E. Grayscale: #D0D0D0. Windows color (decimal): -2308127 or 14796764. OLE color: 14796764.

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

Color convert

RGB220199225-
CMYK0.020.1200.12
HSL288.46º30.23%83.14%-
HSV(B)288.46º11.56%88.24%-
XYZ63.5361.579.76-
YUV208.24137.46136.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 199 (78.12% from 255) = 30.90%
BLUE value IS 225 (88.28% from 255) = 34.94%
R=34.16%
G=30.90%
B=34.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201992250.020.1200.12288.4630.2383.14
HexDCC7E12C0C1201e53
Octal33430734121401444036123
Binary11011100110001111110000110110001100100100000111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7E1; }

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

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

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

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

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

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

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

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