#DCC9DE

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

Shades of Thistle #DCC9DE

Tints of Thistle #DCC9DE

Color information

#DCC9DE (or 0xDCC9DE) is unknown color: approx Thistle. HEX triplet: DC, C9 and DE. RGB value is (220,201,222). Sum of RGB (Red+Green+Blue) = 220+201+222=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCC9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9DE is #233621. Grayscale: #D1D1D1. Windows color (decimal): -2307618 or 14600668. OLE color: 14600668.

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

Color convert

RGB220201222-
CMYK0.010.0900.13
HSL294.29º24.14%82.94%-
HSV(B)294.29º9.46%87.06%-
XYZ63.5962.2677.77-
YUV209.08135.29135.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 201 (78.91% from 255) = 31.26%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=34.21%
G=31.26%
B=34.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202012220.010.0900.13294.2924.1482.94
HexDCC9DE190D1261853
Octal33431133611101544630123
Binary1101110011001001110111101100101101100100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9DE; }

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

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

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

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

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

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

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

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