#DCC5E1

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

Shades of Thistle #DCC5E1

Tints of Thistle #DCC5E1

Color information

#DCC5E1 (or 0xDCC5E1) is unknown color: approx Thistle. HEX triplet: DC, C5 and E1. RGB value is (220,197,225). Sum of RGB (Red+Green+Blue) = 220+197+225=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCC5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5E1 is #233A1E. Grayscale: #CECECE. Windows color (decimal): -2308639 or 14796252. OLE color: 14796252.

HSL color Cylindrical-coordinate representation of color #DCC5E1: hue angle of 289.29º degrees, saturation: 0.32, 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 #DCC5E1 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220197225-
CMYK0.020.1200.12
HSL289.29º31.82%82.75%-
HSV(B)289.29º12.44%88.24%-
XYZ63.0760.5879.6-
YUV207.07138.12137.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 197 (77.34% from 255) = 30.69%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=34.27%
G=30.69%
B=35.05%

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
Decimal2201972250.020.1200.12289.2931.8282.75
HexDCC5E12C0C1212053
Octal33430534121401444140123
Binary110111001100010111100001101100011001001000011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5E1; }

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

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

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

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

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

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

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

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