#DCC4DE

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

Shades of Thistle #DCC4DE

Tints of Thistle #DCC4DE

Color information

#DCC4DE (or 0xDCC4DE) is unknown color: approx Thistle. HEX triplet: DC, C4 and DE. RGB value is (220,196,222). Sum of RGB (Red+Green+Blue) = 220+196+222=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4DE is #233B21. Grayscale: #CECECE. Windows color (decimal): -2308898 or 14599388. OLE color: 14599388.

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

Color convert

RGB220196222-
CMYK0.010.1200.13
HSL295.38º28.26%81.96%-
HSV(B)295.38º11.71%87.06%-
XYZ62.4459.9777.39-
YUV206.14136.95137.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 196 (76.95% from 255) = 30.72%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=34.48%
G=30.72%
B=34.80%

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
Decimal2201962220.010.1200.13295.3828.2681.96
HexDCC4DE1C0D1271c52
Octal33430433611401544734122
Binary1101110011000100110111101110001101100100111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4DE; }

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

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

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

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

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

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

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

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