#DCC3E3

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

Shades of Thistle #DCC3E3

Tints of Thistle #DCC3E3

Color information

#DCC3E3 (or 0xDCC3E3) is unknown color: approx Thistle. HEX triplet: DC, C3 and E3. RGB value is (220,195,227). Sum of RGB (Red+Green+Blue) = 220+195+227=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 195 (76.56% from 255 or 30.37% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCC3E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3E3 is #233C1C. Grayscale: #CECECE. Windows color (decimal): -2309149 or 14926812. OLE color: 14926812.

HSL color Cylindrical-coordinate representation of color #DCC3E3: hue angle of 286.88º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC3E3 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220195227-
CMYK0.030.1400.11
HSL286.88º36.36%82.75%-
HSV(B)286.88º14.1%89.02%-
XYZ62.959.7980.9-
YUV206.12139.78137.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 195 (76.56% from 255) = 30.37%
BLUE value IS 227 (89.06% from 255) = 35.36%
R=34.27%
G=30.37%
B=35.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201952270.030.1400.11286.8836.3682.75
HexDCC3E33E0B11f2453
Octal33430334331601343744123
Binary110111001100001111100011111110010111000111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC3E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC3E3; }

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

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

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

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

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

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

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

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