#DCCAD9

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

Shades of Thistle #DCCAD9

Tints of Thistle #DCCAD9

Color information

#DCCAD9 (or 0xDCCAD9) is unknown color: approx Thistle. HEX triplet: DC, CA and D9. RGB value is (220,202,217). Sum of RGB (Red+Green+Blue) = 220+202+217=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAD9 is #233526. Grayscale: #D1D1D1. Windows color (decimal): -2307367 or 14273244. OLE color: 14273244.

HSL color Cylindrical-coordinate representation of color #DCCAD9: hue angle of 310º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCAD9 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220202217-
CMYK00.080.010.14
HSL310º20.45%82.75%-
HSV(B)310º8.18%86.27%-
XYZ63.1662.4774.37-
YUV209.09132.46135.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 217 (85.16% from 255) = 33.96%
R=34.43%
G=31.61%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020221700.080.010.1431020.4582.75
HexDCCAD9081E1361453
Octal33431233101011646624123
Binary1101110011001010110110010100011110100110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAD9; }

 p { color: rgb(220,202,217); }

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

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

 a { background-color: rgb(220,202,217); }

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

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

 span { border-color: rgb(220,202,217); }

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