#DCCDD9

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

Shades of Thistle #DCCDD9

Tints of Thistle #DCCDD9

Color information

#DCCDD9 (or 0xDCCDD9) is unknown color: approx Thistle. HEX triplet: DC, CD and D9. RGB value is (220,205,217). Sum of RGB (Red+Green+Blue) = 220+205+217=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDD9 is #233226. Grayscale: #D2D2D2. Windows color (decimal): -2306599 or 14274012. OLE color: 14274012.

HSL color Cylindrical-coordinate representation of color #DCCDD9: hue angle of 312º degrees, saturation: 0.18, 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 #DCCDD9 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220205217-
CMYK00.070.010.14
HSL312º17.65%83.33%-
HSV(B)312º6.82%86.27%-
XYZ63.8763.8974.61-
YUV210.85131.47134.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=34.27%
G=31.93%
B=33.80%

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
Decimal22020521700.070.010.1431217.6583.33
HexDCCDD9071E1381253
Octal3343153310711647022123
Binary110111001100110111011001011111110100111000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDD9; }

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

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

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

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

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

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

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

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