#DCCCD9

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

Shades of Thistle #DCCCD9

Tints of Thistle #DCCCD9

Color information

#DCCCD9 (or 0xDCCCD9) is unknown color: approx Thistle. HEX triplet: DC, CC and D9. RGB value is (220,204,217). Sum of RGB (Red+Green+Blue) = 220+204+217=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCD9 is #233326. Grayscale: #D2D2D2. Windows color (decimal): -2306855 or 14273756. OLE color: 14273756.

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

Color convert

RGB220204217-
CMYK00.070.010.14
HSL311.25º18.6%83.14%-
HSV(B)311.25º7.27%86.27%-
XYZ63.6363.4174.53-
YUV210.27131.8134.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=34.32%
G=31.83%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020421700.070.010.14311.2518.683.14
HexDCCCD9071E1371353
Octal3343143310711646723123
Binary110111001100110011011001011111110100110111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCD9; }

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

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

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

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

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

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

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

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