#DCC6DE

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

Shades of Thistle #DCC6DE

Tints of Thistle #DCC6DE

Color information

#DCC6DE (or 0xDCC6DE) is unknown color: approx Thistle. HEX triplet: DC, C6 and DE. RGB value is (220,198,222). Sum of RGB (Red+Green+Blue) = 220+198+222=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCC6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6DE is #233921. Grayscale: #CFCFCF. Windows color (decimal): -2308386 or 14599900. OLE color: 14599900.

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

Color convert

RGB220198222-
CMYK0.010.1100.13
HSL295º26.67%82.35%-
HSV(B)295º10.81%87.06%-
XYZ62.8960.8877.54-
YUV207.31136.29137.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 198 (77.73% from 255) = 30.94%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=34.38%
G=30.94%
B=34.69%

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
Decimal2201982220.010.1100.1329526.6782.35
HexDCC6DE1B0D1271b52
Octal33430633611301544733122
Binary1101110011000110110111101101101101100100111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6DE; }

 p { color: rgb(220,198,222); }

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

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

 a { background-color: rgb(220,198,222); }

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

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

 span { border-color: rgb(220,198,222); }

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