#DCC3DE

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

Shades of Thistle #DCC3DE

Tints of Thistle #DCC3DE

Color information

#DCC3DE (or 0xDCC3DE) is unknown color: approx Thistle. HEX triplet: DC, C3 and DE. RGB value is (220,195,222). Sum of RGB (Red+Green+Blue) = 220+195+222=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3DE is #233C21. Grayscale: #CDCDCD. Windows color (decimal): -2309154 or 14599132. OLE color: 14599132.

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

Color convert

RGB220195222-
CMYK0.010.1200.13
HSL295.56º29.03%81.76%-
HSV(B)295.56º12.16%87.06%-
XYZ62.2259.5277.32-
YUV205.55137.28138.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 195 (76.56% from 255) = 30.61%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=34.54%
G=30.61%
B=34.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201952220.010.1200.13295.5629.0381.76
HexDCC3DE1C0D1281d52
Octal33430333611401545035122
Binary1101110011000011110111101110001101100101000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3DE; }

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

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

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

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

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

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

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

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